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