mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 08:11:28 +03:00
no countdown in scam warning of android for custom build
This commit is contained in:
@@ -227,7 +227,7 @@ class ScamWarningDialog extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class ScamWarningDialogState extends State<ScamWarningDialog> {
|
class ScamWarningDialogState extends State<ScamWarningDialog> {
|
||||||
int _countdown = 12;
|
int _countdown = bind.isCustomClient() ? 0 : 12;
|
||||||
bool show_warning = false;
|
bool show_warning = false;
|
||||||
late Timer _timer;
|
late Timer _timer;
|
||||||
late ServerModel _serverModel;
|
late ServerModel _serverModel;
|
||||||
|
|||||||
Reference in New Issue
Block a user