mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 17:57:34 +00:00
Add action indicator when resending a message.
When message is being resent, "RESEND" button now disappears. "Resending..." text is displayed instead of an error message. Fixes #6307 Closes #6347
This commit is contained in:

committed by
Moxie Marlinspike

parent
a421630789
commit
deb96646a3
@@ -56,6 +56,13 @@
|
||||
tools:visibility="visible"
|
||||
tools:text="New identity" />
|
||||
|
||||
<TextView android:id="@+id/action_description"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"
|
||||
tools:text="action" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<Button android:id="@+id/conflict_button"
|
||||
|
@@ -885,6 +885,7 @@
|
||||
<!-- message_recipients_list_item -->
|
||||
<string name="message_recipients_list_item__verify">VERIFY</string>
|
||||
<string name="message_recipients_list_item__resend">RESEND</string>
|
||||
<string name="message_recipients_list_item__resending">Resending...</string>
|
||||
|
||||
<!-- GroupUtil -->
|
||||
<plurals name="GroupUtil_joined_the_group">
|
||||
|
Reference in New Issue
Block a user