mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 04:36:10 +00:00
Prevent last admin from leaving without selecting new admin.
This commit is contained in:
committed by
Greyson Parrelli
parent
b10fc6a0b0
commit
ae2b6e4d7a
@@ -504,6 +504,9 @@
|
||||
<activity android:name=".groups.ui.creategroup.details.AddGroupDetailsActivity"
|
||||
android:theme="@style/Theme.Signal.DayNight.NoActionBar" />
|
||||
|
||||
<activity android:name=".groups.ui.chooseadmin.ChooseNewAdminActivity"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
|
||||
|
||||
<service android:enabled="true" android:name="org.thoughtcrime.securesms.service.WebRtcCallService"/>
|
||||
<service android:enabled="true" android:name=".service.ApplicationMigrationService"/>
|
||||
<service android:enabled="true" android:exported="false" android:name=".service.KeyCachingService"/>
|
||||
|
||||
Reference in New Issue
Block a user