diff --git a/lib/widgets/title.dart b/lib/widgets/title.dart index 956b325..e51d674 100755 --- a/lib/widgets/title.dart +++ b/lib/widgets/title.dart @@ -160,9 +160,9 @@ class _AppTitleState extends State { content: Text('Force-close the app to use the new version'), duration: Duration(seconds: 10), action: SnackBarAction( - label: 'Attempt Restart', + label: 'Restart', onPressed: () { - if (Platform.isIOS || Platform.isAndroid) { + if (Platform.isIOS) { connection.reset(); Restart.restartApp(delayBeforeRestart: 1000); } else {