no countdown in scam warning of android for custom build
This commit is contained in:
parent
1ffc10e44f
commit
40067f5aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class ScamWarningDialog extends StatefulWidget {
|
|||
}
|
||||
|
||||
class ScamWarningDialogState extends State<ScamWarningDialog> {
|
||||
int _countdown = 12;
|
||||
int _countdown = bind.isCustomClient() ? 0 : 12;
|
||||
bool show_warning = false;
|
||||
late Timer _timer;
|
||||
late ServerModel _serverModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue