Compare commits

..

1 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 14fa3b1a5b
Remove defunct ReconnectCwtchForeground handlers
continuous-integration/drone/pr Build is pending Details
2024-02-26 18:39:48 -08:00
2 changed files with 2 additions and 3 deletions

View File

@ -11,8 +11,6 @@ abstract class Cwtch {
// ignore: non_constant_identifier_names
Future<void> Start();
// ignore: non_constant_identifier_names
Future<void> ReconnectCwtchForeground();
Future<String> getCwtchDir();

View File

@ -66,6 +66,7 @@ class CwtchNotifier {
EnvironmentConfig.debugLog("Reloading....${data}");
flwtchState.cwtch.LoadProfiles(DefaultPassword);
}
appState.SetCwtchInit();
break;
case "CwtchStartError":