Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e542d55 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Switch to long

parent 2dbcdaa4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
                }
            }
        }