Fix consistent crashes when using dark theme
Commit 212f3617 moved dark theme's parent to Theme.AppCompat.NoActionBar but the theme file for v21 was not updated. This caused IllegalStateException to be thrown when constructing K9Activities when dark theme has been selected. The fix corrects the parent value.
Loading
Please register or sign in to comment