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

removed proprietary background image

This commit is contained in:
Daniel Dakhno 2020-01-18 12:08:02 +01:00
parent 13d07751ae
commit 4c86d227f1

View File

@ -172,14 +172,14 @@ public class FossilHRWatchAdapter extends FossilWatchAdapter {
} }
private void loadBackground(){ private void loadBackground(){
Bitmap backgroundBitmap = BitmapFactory /*Bitmap backgroundBitmap = BitmapFactory
.decodeFile("/sdcard/DCIM/Camera/IMG_20191129_200726.jpg"); .decodeFile("/sdcard/DCIM/Camera/IMG_20191129_200726.jpg");
try { try {
this.backGroundImage = AssetImageFactory.createAssetImage(backgroundBitmap, false, 0, 0, 0); this.backGroundImage = AssetImageFactory.createAssetImage(backgroundBitmap, false, 0, 0, 0);
} catch (IOException e) { } catch (IOException e) {
GB.log("Backgroundimage error", GB.ERROR, e); GB.log("Backgroundimage error", GB.ERROR, e);
} }*/
} }
private void loadWidgets() { private void loadWidgets() {