mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
removed proprietary background image
This commit is contained in:
@@ -172,14 +172,14 @@ public class FossilHRWatchAdapter extends FossilWatchAdapter {
|
||||
}
|
||||
|
||||
private void loadBackground(){
|
||||
Bitmap backgroundBitmap = BitmapFactory
|
||||
/*Bitmap backgroundBitmap = BitmapFactory
|
||||
.decodeFile("/sdcard/DCIM/Camera/IMG_20191129_200726.jpg");
|
||||
|
||||
try {
|
||||
this.backGroundImage = AssetImageFactory.createAssetImage(backgroundBitmap, false, 0, 0, 0);
|
||||
} catch (IOException e) {
|
||||
GB.log("Backgroundimage error", GB.ERROR, e);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
private void loadWidgets() {
|
||||
|
Reference in New Issue
Block a user