mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-25 00:57:33 +01:00
fix typo
This commit is contained in:
parent
f613926ce0
commit
00dfcd1564
@ -61,7 +61,7 @@ class AppMessageHandlerRealWeather extends AppMessageHandler {
|
|||||||
KEY_WEATHER_TEMP = appKeys.getInt("temperature");
|
KEY_WEATHER_TEMP = appKeys.getInt("temperature");
|
||||||
KEY_WEATHER_ICON = appKeys.getInt("icon");
|
KEY_WEATHER_ICON = appKeys.getInt("icon");
|
||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
GB.toast("There was an error accessing the YWeather watchface configuration.", Toast.LENGTH_LONG, GB.ERROR);
|
GB.toast("There was an error accessing the RealWeather watchface configuration.", Toast.LENGTH_LONG, GB.ERROR);
|
||||||
} catch (IOException ignore) {
|
} catch (IOException ignore) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user