mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Pebble: fix for previous commit
(potential crashes when installing and receiving notifications)
This commit is contained in:
@@ -595,7 +595,7 @@ class PebbleIoThread extends GBDeviceIoThread {
|
||||
}
|
||||
}
|
||||
|
||||
private void writeInstallApp(byte[] bytes) {
|
||||
synchronized private void writeInstallApp(byte[] bytes) {
|
||||
if (!mIsInstalling) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user