From 3592dc29dabe1fbc41f4af5536e395987963c810 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 17 Sep 2019 08:44:48 +0800 Subject: 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. --- app/src/main/res/menu/view_post_detail_activity.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/menu/view_post_detail_activity.xml b/app/src/main/res/menu/view_post_detail_activity.xml index d971b154..63c2106f 100644 --- a/app/src/main/res/menu/view_post_detail_activity.xml +++ b/app/src/main/res/menu/view_post_detail_activity.xml @@ -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" />