From 8eca046acb315535d71d7118a6b06f68de13a551 Mon Sep 17 00:00:00 2001 From: gmbnt Date: Tue, 17 Mar 2020 11:02:05 +1100 Subject: [PATCH] Hack around message status bar bug --- res/layout/conversation_activity.xml | 2 +- .../securesms/conversation/ConversationActivity.java | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 4e850ee26..17cd6f5aa 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -102,7 +102,7 @@ android:progressBackgroundTint="@color/transparent" android:alpha="0" android:indeterminate="false" - android:progress="80" /> + android:progress="0" />