Loading app/src/main/java/foundation/e/blisslauncher/features/weather/WeatherInfoView.java +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public class WeatherInfoView extends LinearLayout { String city = intent.getStringExtra(WeatherUpdateService.EXTRA_UPDATE_CITY_KEY); if (city != null && !city.trim().isEmpty()) { textCity.setText(city); Toast.makeText(context, "Weathe widget set text to <" + city + ">" , Toast.LENGTH_SHORT).show(); Toast.makeText(context, "Weathe widget set text to <" + city + ">", Toast.LENGTH_LONG).show(); } } } Loading Loading
app/src/main/java/foundation/e/blisslauncher/features/weather/WeatherInfoView.java +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public class WeatherInfoView extends LinearLayout { String city = intent.getStringExtra(WeatherUpdateService.EXTRA_UPDATE_CITY_KEY); if (city != null && !city.trim().isEmpty()) { textCity.setText(city); Toast.makeText(context, "Weathe widget set text to <" + city + ">" , Toast.LENGTH_SHORT).show(); Toast.makeText(context, "Weathe widget set text to <" + city + ">", Toast.LENGTH_LONG).show(); } } } Loading