mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 05:55:57 +00:00
Fix initial state for update button.
This commit is contained in:
@@ -25,10 +25,12 @@
|
|||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/conversation_update_action"
|
android:id="@+id/conversation_update_action"
|
||||||
|
style="@style/Signal.Widget.Button.Small.Primary"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
style="@style/Signal.Widget.Button.Small.Primary"
|
android:visibility="gone"
|
||||||
tools:text="Learn more"/>
|
tools:text="Learn more"
|
||||||
|
tools:visibility="visible" />
|
||||||
|
|
||||||
</org.thoughtcrime.securesms.conversation.ConversationUpdateItem>
|
</org.thoughtcrime.securesms.conversation.ConversationUpdateItem>
|
||||||
|
Reference in New Issue
Block a user