mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fix missing variable initialization
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ public class ZeppOsFwHelper {
|
||||
return;
|
||||
}
|
||||
|
||||
Bitmap icon;
|
||||
Bitmap icon = null;
|
||||
if (StringUtils.isNotBlank(appIconPath)) {
|
||||
final byte[] iconBytes = getFileFromZip(zipFile, "assets/" + appIconPath);
|
||||
if (iconBytes != null) {
|
||||
|
||||
Reference in New Issue
Block a user