Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ViewPostDetailActivity. Fixed app crashes when pressing the comment button in ViewPostDetailActivity while the post is not loaded. Re-enable spalsh screen.

This commit is contained in:
Alex Ning
2019-09-17 08:44:48 +08:00
parent 4e036da000
commit 3592dc29da
5 changed files with 37 additions and 21 deletions

View File

@@ -193,7 +193,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBarWithTransparentStatusBar">
android:theme="@style/AppTheme.Launcher">
<intent-filter>
<action android:name="android.intent.action.MAIN" />