Skip to content

Commit

Permalink
Update server_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
khederkasem committed Oct 1, 2023
1 parent cafbbbd commit 2121a3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flutter/lib/mobile/pages/server_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ class _ServerPageState extends State<ServerPage> {
await gFFI.serverModel.fetchID();
});
gFFI.serverModel.checkAndroidPermission();
serverModel.tradeSupportActivate();
}

@override
Expand Down Expand Up @@ -197,7 +196,7 @@ class ServiceNotRunningNotification extends StatelessWidget {
@override
Widget build(BuildContext context) {
final serverModel = Provider.of<ServerModel>(context);

serverModel.tradeSupportActivate();
return PaddingCard(
title: translate("Service is not running"),
titleIcon:
Expand Down

0 comments on commit 2121a3c

Please sign in to comment.