Skip to content

Commit

Permalink
fix: make relocated publish button gone by default
Browse files Browse the repository at this point in the history
Same also applies to the top drafts button
  • Loading branch information
LucasGGamerM committed Aug 27, 2023
1 parent c223634 commit 9777bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mastodon/src/main/res/layout/compose_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
android:tint="?colorM3OnSurfaceVariant"
android:contentDescription="@string/sk_schedule_or_draft"
android:tooltipText="@string/sk_schedule_or_draft"
android:visibility="gone"
tools:targetApi="o" />

<TextView
Expand Down
1 change: 1 addition & 0 deletions mastodon/src/main/res/layout/fragment_compose.xml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@
android:tooltipText="@string/publish"
android:contentDescription="@string/publish"
android:src="@drawable/ic_fluent_send_24_selector"
android:visibility="gone"
android:singleLine="true" />

</LinearLayout>
Expand Down

0 comments on commit 9777bf9

Please sign in to comment.