Fix android proxy error

This commit is contained in:
chen08209
2024-07-01 20:57:24 +08:00
parent acbcec358b
commit 6dcb466fd3
3 changed files with 17 additions and 26 deletions

View File

@@ -75,10 +75,4 @@ class _ClashMessageContainerState extends State<ClashMessageContainer>
globalState.appController.appState.addRequest(connection);
super.onRequest(connection);
}
@override
void onRun(String runTime) async {
// proxy?.updateStartTime();
super.onRun(runTime);
}
}