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

@@ -6,7 +6,8 @@
android:orderInCategory="1"
android:title="@string/action_add_comment"
android:icon="@drawable/ic_insert_comment_white_24dp"
app:showAsAction="ifRoom" />
app:showAsAction="ifRoom"
android:visible="false" />
<item
android:id="@+id/action_save_view_post_detail_activity"