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