I have installed the version 5.3.2, and sometimes the app crashes on startup.
A window is showing then with the message, that app has crashed.
Restarting the app solves the problem.
The device is an android 7.1.2 - LineageOS.
10-15 07:30:38.622 14900 14900 E AndroidRuntime: FATAL EXCEPTION: main
10-15 07:30:38.622 14900 14900 E AndroidRuntime: Process: com.a5corp.weather, PID: 14900
10-15 07:30:38.622 14900 14900 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.a5corp.weather.activity.WeatherActivity.o()' on a null object reference
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at com.a5corp.weather.fragment.WeatherFragment$14$2.run(Unknown Source)
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6236)
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
10-15 07:30:38.622 14900 14900 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
10-15 07:30:38.626 1102 15418 W ActivityManager: Force finishing activity com.a5corp.weather/.activity.WeatherActivity
10-15 07:30:38.644 1102 15418 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:883 com.android.server.am.AppErrors.crashApplicationInner:375 com.android.server.am.AppErrors.crashApplication:309 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:13738 com.android.server.am.ActivityManagerService.handleApplicationCrash:13720
I have installed the version 5.3.2, and sometimes the app crashes on startup.
A window is showing then with the message, that app has crashed.
Restarting the app solves the problem.
The device is an android 7.1.2 - LineageOS.