Skip to content

Commit

Permalink
Fix main activity mapping for icon packs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Dec 2, 2017
1 parent 4927dc6 commit 103ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
android:theme="@style/AppTheme.Launcher" />

<activity-alias
android:name=".CustomTabActivity"
android:name=".MainActivity"
android:label="@string/app_name"
android:targetActivity=".activities.main.MainActivity"
android:theme="@style/AppTheme.Launcher">
Expand Down

0 comments on commit 103ad1c

Please sign in to comment.