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 | ffe09908e498951de6ff7045a416285b4b5fe363 (patch) | |
tree | fdc400159b84328742079c8a03c4d99fc934e602 /app/src/main/AndroidManifest.xml | |
parent | a489eaf21357b9b3a7f3a06b27cf884a066c177f (diff) |
ProfileActivity: Extract base class for fixing fragments
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" /> |