mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
fix typo
This commit is contained in:
committed by
Carsten Pfeiffer
parent
f613926ce0
commit
00dfcd1564
+1
-1
@@ -61,7 +61,7 @@ class AppMessageHandlerRealWeather extends AppMessageHandler {
|
||||
KEY_WEATHER_TEMP = appKeys.getInt("temperature");
|
||||
KEY_WEATHER_ICON = appKeys.getInt("icon");
|
||||
} 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) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user