mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 20:28:26 +00:00
Hack around message status bar bug
This commit is contained in:
parent
0bf7c08778
commit
8eca046acb
@ -102,7 +102,7 @@
|
||||
android:progressBackgroundTint="@color/transparent"
|
||||
android:alpha="0"
|
||||
android:indeterminate="false"
|
||||
android:progress="80" />
|
||||
android:progress="0" />
|
||||
|
||||
<org.thoughtcrime.securesms.loki.redesign.views.SessionRestoreBannerView
|
||||
android:id="@+id/sessionRestoreBannerView"
|
||||
|
@ -2369,6 +2369,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
} catch (InvalidMessageException ex) {
|
||||
Log.w(TAG, ex);
|
||||
}
|
||||
|
||||
if (messageStatus == null) {
|
||||
messageStatus = "calculatingPoW";
|
||||
updateSubtitleTextView();
|
||||
updateMessageStatusProgressBar();
|
||||
}
|
||||
}
|
||||
|
||||
private void sendMediaMessage(final boolean forceSms, final long expiresIn, final int subscriptionId, boolean initiating)
|
||||
|
Loading…
x
Reference in New Issue
Block a user