mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-04 13:47:31 +01:00
parent
f5ad39946e
commit
b1f7e24a93
@ -99,9 +99,13 @@
|
||||
android:value="androidx.sharetarget.ChooserTargetServiceCompat" />
|
||||
|
||||
</activity>
|
||||
<!-- When content is shared to Tusky ComposeActivity can be the only active activity,
|
||||
so it must be excluded from recents or the sharing process can be restarted from recents
|
||||
which would be very unexpected -->
|
||||
<activity
|
||||
android:name=".components.compose.ComposeActivity"
|
||||
android:theme="@style/TuskyDialogActivityTheme"
|
||||
android:excludeFromRecents="true"
|
||||
android:windowSoftInputMode="stateVisible|adjustResize" />
|
||||
<activity
|
||||
android:name=".components.viewthread.ViewThreadActivity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user