parent
f5ad39946e
commit
b1f7e24a93
|
@ -99,9 +99,13 @@
|
||||||
android:value="androidx.sharetarget.ChooserTargetServiceCompat" />
|
android:value="androidx.sharetarget.ChooserTargetServiceCompat" />
|
||||||
|
|
||||||
</activity>
|
</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
|
<activity
|
||||||
android:name=".components.compose.ComposeActivity"
|
android:name=".components.compose.ComposeActivity"
|
||||||
android:theme="@style/TuskyDialogActivityTheme"
|
android:theme="@style/TuskyDialogActivityTheme"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
android:windowSoftInputMode="stateVisible|adjustResize" />
|
android:windowSoftInputMode="stateVisible|adjustResize" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".components.viewthread.ViewThreadActivity"
|
android:name=".components.viewthread.ViewThreadActivity"
|
||||||
|
|
Loading…
Reference in New Issue