Related Information
https://github.com/MahmoudMabrok/QuranyApp
Project Name:Quranyapp
The submitted issue is here:https://github.com/MahmoudMabrok/QuranyApp/issues/17
Expected behavior
The application should not crash when I click "Bookmark"
Actual behavior:
The application is crash when I click "Bookmarks" option.
How to reproduce:
- Download the app and open it
- click Naw Bookmark.
- see bug
Recording Of The Bug:
Test Environment:
Device:samsung J5
OS: Android 6.0.1
Version: v1.9.0
My GitHub account:
Logcat:
05-18 02:59:04.832 11756 11756 E AndroidRuntime: FATAL EXCEPTION: main
05-18 02:59:04.832 11756 11756 E AndroidRuntime: Process: education.mahmoud.quranyapp, PID: 11756
05-18 02:59:04.832 11756 11756 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.ybq.android.spinkit.SpinKitView.setVisibility(int)' on a null object reference
05-18 02:59:04.832 11756 11756 E AndroidRuntime: at education.mahmoud.quranyapp.feature.show_sura_list.SuraListFragment$1.handleMessage(Unknown Source)
05-18 02:59:04.832 11756 11756 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
05-18 02:59:04.832 11756 11756 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
05-18 02:59:04.832 11756 11756 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7231)
05-18 02:59:04.832 11756 11756 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-18 02:59:04.832 11756 11756 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
05-18 02:59:04.832 11756 11756 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)