mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
add System.exit(0) to quit() to ensure exit
This commit is contained in:
@@ -146,6 +146,7 @@ public class GBApplication extends Application {
|
||||
Intent quitIntent = new Intent(GBApplication.ACTION_QUIT);
|
||||
LocalBroadcastManager.getInstance(context).sendBroadcast(quitIntent);
|
||||
GBApplication.deviceService().quit();
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
public GBApplication() {
|
||||
|
Reference in New Issue
Block a user