3509: Ensure filter edit dialog is scrollable (#3510)
This commit is contained in:
parent
ce92c52fc1
commit
8de5613b47
3 changed files with 17 additions and 24 deletions
|
|
@ -152,7 +152,8 @@
|
|||
<activity android:name=".components.scheduled.ScheduledStatusActivity" />
|
||||
<activity android:name=".components.announcements.AnnouncementsActivity" />
|
||||
<activity android:name=".components.drafts.DraftsActivity" />
|
||||
<activity android:name="com.keylesspalace.tusky.components.filters.EditFilterActivity" />
|
||||
<activity android:name="com.keylesspalace.tusky.components.filters.EditFilterActivity"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
|
||||
<receiver android:name=".receiver.NotificationClearBroadcastReceiver"
|
||||
android:exported="false" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue