Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
peucastro committed Oct 24, 2024
1 parent 4e70e39 commit 2ff5924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uni_app/lib/view/home/widgets/exit_app_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ class BackButtonExitWrapper extends StatelessWidget {
ElevatedButton(
onPressed: () {
userActionCompleter.complete(true);
SystemChannels.platform.invokeMethod<void>('SystemNavigator.pop');
SystemChannels.platform
.invokeMethod<void>('SystemNavigator.pop');
},
child: Text(S.of(context).yes),
),
Expand Down

0 comments on commit 2ff5924

Please sign in to comment.