Skip to content

Commit

Permalink
Fix: service do not connect to dart side after destroy by xiaomi boos…
Browse files Browse the repository at this point in the history
…t memory.
  • Loading branch information
codingwithsaeed authored Aug 14, 2023
1 parent 49cf456 commit a04d3a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void onCreate() {
notificationContent = config.getInitialNotificationContent();
notificationId = config.getForegroundNotificationId();
updateNotificationInfo();
onStartCommand(null, -1, -1);
}

@Override
Expand Down

0 comments on commit a04d3a7

Please sign in to comment.