mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-09 15:27:04 +01:00
Pebble: fix for previous commit
(potential crashes when installing and receiving notifications)
This commit is contained in:
parent
321298e08a
commit
97aed43518
@ -595,7 +595,7 @@ class PebbleIoThread extends GBDeviceIoThread {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void writeInstallApp(byte[] bytes) {
|
synchronized private void writeInstallApp(byte[] bytes) {
|
||||||
if (!mIsInstalling) {
|
if (!mIsInstalling) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user