Move OpenPgpAppSelectDialog to new account settings UI package

This commit is contained in:
cketti 2018-05-21 04:09:54 +02:00
parent 34e317a539
commit 4a2b614de7
3 changed files with 2 additions and 3 deletions

View file

@ -84,7 +84,7 @@
android:label="@string/welcome_message_title"/>
<activity
android:name=".activity.setup.OpenPgpAppSelectDialog"
android:name=".ui.settings.account.OpenPgpAppSelectDialog"
android:configChanges="locale"
android:theme="@style/Theme.K9.Transparent"
/>

View file

@ -11,7 +11,6 @@ import com.fsck.k9.activity.ManageIdentities
import com.fsck.k9.activity.setup.AccountSetupComposition
import com.fsck.k9.activity.setup.AccountSetupIncoming
import com.fsck.k9.activity.setup.AccountSetupOutgoing
import com.fsck.k9.activity.setup.OpenPgpAppSelectDialog
import com.fsck.k9.crypto.OpenPgpApiHelper
import com.fsck.k9.mailstore.StorageManager
import com.fsck.k9.ui.endtoend.AutocryptKeyTransferActivity

View file

@ -1,4 +1,4 @@
package com.fsck.k9.activity.setup;
package com.fsck.k9.ui.settings.account;
import java.util.ArrayList;