diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-09 03:23:25 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-09 03:23:25 -0500 |
commit | 2e3daa89139652e0af1ec011ac1da6105a1d871e (patch) | |
tree | fdc400159b84328742079c8a03c4d99fc934e602 /app/src/main/AndroidManifest.xml | |
parent | 529e320e3fa20a70f8918fa5d7e559438d5c071e (diff) |
ProfileActivity: Extract base class for fixing fragments
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e585fe14..2c02aa95 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@android:style/Theme.Material.Light.DarkActionBar"> - <activity android:name=".ProfileActivity"> + <activity android:name=".ProfileListActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> |