mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Set NSFW and spoiler are now available.
This commit is contained in:
@@ -22,11 +22,13 @@
|
||||
android:usesCleartextTraffic="true">
|
||||
<activity
|
||||
android:name=".EditCommentActivity"
|
||||
android:label="@string/edit_comment_activity_label"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
<activity
|
||||
android:name=".EditPostActivity"
|
||||
android:label="@string/edit_post_activity_label"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
|
Reference in New Issue
Block a user