move AccountActivity and related classes to a new package (#2216)

* move AccountActivity and related classes to a new package

* fix ktlint

* fix ktlint

* fix imports
This commit is contained in:
Konrad Pozniak 2022-01-11 19:55:17 +01:00 committed by GitHub
commit fe350ccf36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 24 additions and 18 deletions

View file

@ -111,7 +111,7 @@
android:name=".ViewMediaActivity"
android:theme="@style/TuskyBaseTheme" />
<activity
android:name=".AccountActivity"
android:name=".components.account.AccountActivity"
android:configChanges="orientation|screenSize|keyboardHidden|screenLayout|smallestScreenSize" />
<activity android:name=".EditProfileActivity" />
<activity android:name=".components.preference.PreferencesActivity" />