Skip to content

Commit

Permalink
fix thread view background on tablets (#4790)
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck authored Dec 6, 2024
1 parent 53e9e7c commit dcafc88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout-sw640dp/fragment_view_thread.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/windowBackgroundColor">

<com.keylesspalace.tusky.view.TuskySwipeRefreshLayout
android:id="@+id/swipeRefreshLayout"
Expand Down

0 comments on commit dcafc88

Please sign in to comment.