mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fossil Q Hybrid: Fix crash
This commit is contained in:
@@ -70,7 +70,7 @@ public class GenericItem implements ItemWithDetails {
|
||||
}
|
||||
|
||||
public void setDetails(String details) {
|
||||
if (details.equals("(Unknown version)")) {
|
||||
if (details == null || details.equals("(Unknown version)")) {
|
||||
this.warning = true;
|
||||
}
|
||||
this.details = details;
|
||||
|
||||
Reference in New Issue
Block a user