Probably fix #95

This commit is contained in:
Grishka 2022-05-02 01:20:07 +03:00
parent 8059120136
commit 7b26649521
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@
android:paddingBottom="16dp" android:paddingBottom="16dp"
android:background="?android:statusBarColor"> android:background="?android:statusBarColor">
<!-- https://github.com/mastodon/mastodon-android/issues/95 -->
<View
android:layout_width="1px"
android:layout_height="1px"
android:focusable="true"
android:focusableInTouchMode="true"/>
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"