mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
fix wrong return value
This commit is contained in:
@@ -156,7 +156,7 @@ public class GBApplication extends Application {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public static void setupLogging(boolean enabled) {
|
||||
|
Reference in New Issue
Block a user