Prevent last admin from leaving without selecting new admin.

This commit is contained in:
Cody Henthorne
2020-07-16 15:52:24 -04:00
committed by Greyson Parrelli
parent b10fc6a0b0
commit ae2b6e4d7a
18 changed files with 608 additions and 88 deletions

View File

@@ -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"/>