PROJECT INFORMATION
REPOSITORIES: https://github.com/Doomsdayrs/shosetsu
ISSUES : https://github.com/Doomsdayrs/shosetsu/issues/3
GITHUB ACCOUNT: https://github.com/muhammadarif1
EXPECTED BEHAVIOR
this application should be able to open properly so that users can use this application properly
ACTUAL BEHAVIOR
this application will fail to open when the user wants to open and use it!
STEPS TO REPRODUCE
- download and install the app
- open the app and note the error
BROWSER
DEVICE: OPPO NEO 6
OS : ANDROID 6.1
BUG RECORDING
NOTE
seem like the issue appear caused xml built
seem like the problem on this line
Caused by: java.lang.RuntimeException: A TaskDescription's primary color should be opaque
Process: com.github.doomsdayrs.apps.shosetsu, PID: 3505
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.github.doomsdayrs.apps.shosetsu/com.github.doomsdayrs.apps.shosetsu.MainActivity}: java.lang.RuntimeException: A TaskDescription's primary color should be opaque
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2525)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2617)
at android.app.ActivityThread.access$800(ActivityThread.java:182)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1474)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loop(Looper.java:218)
at android.app.ActivityThread.main(ActivityThread.java:5657)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:990)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:785)
Caused by: java.lang.RuntimeException: A TaskDescription's primary color should be opaque
at android.app.ActivityManager$TaskDescription.<init>(ActivityManager.java:555)
at android.app.Activity.onApplyThemeResource(Activity.java:3764)
at android.view.ContextThemeWrapper.initializeTheme(ContextThemeWrapper.java:140)
at android.view.ContextThemeWrapper.setTheme(ContextThemeWrapper.java:85)
at android.support.v7.app.AppCompatActivity.setTheme(AppCompatActivity.java:90)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2465)
... 10 more```