Pebble: also copy pbw to cache on Firmware 2.x

Neccessary step towards watchface configuration on 2.x
here
Andreas Shimokawa 2016-05-22 11:33:14 +02:00
parent 0d7986a5ab
commit ca714417ac
1 changed files with 0 additions and 4 deletions

View File

@ -129,10 +129,6 @@ public class PBWInstallHandler implements InstallHandler {
return;
}
if (!device.getFirmwareVersion().startsWith("v3")) {
return;
}
File destDir;
GBDeviceApp app = mPBWReader.getGBDeviceApp();
try {