mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
fix typo
This commit is contained in:
committed by
Carsten Pfeiffer
parent
f613926ce0
commit
00dfcd1564
@@ -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