1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 03:16:51 +01:00

Merge branch 'master' into feature-weather

This commit is contained in:
Andreas Shimokawa 2016-12-17 00:20:16 +01:00
commit 8990e7e3da

View File

@ -595,7 +595,7 @@ class PebbleIoThread extends GBDeviceIoThread {
}
}
private void writeInstallApp(byte[] bytes) {
synchronized private void writeInstallApp(byte[] bytes) {
if (!mIsInstalling) {
return;
}