mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-11 01:21:56 +01:00
fix wrong return value
This commit is contained in:
parent
6106dda2a3
commit
352fc1a030
@ -156,7 +156,7 @@ public class GBApplication extends Application {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void setupLogging(boolean enabled) {
|
public static void setupLogging(boolean enabled) {
|
||||||
|
Loading…
Reference in New Issue
Block a user