Skip to content

Commit

Permalink
refactor: change MainActivity to Icebreakrr in the AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSteu committed Dec 19, 2024
1 parent 71d7197 commit 42daaf7
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 @@ -36,7 +36,7 @@
android:label="@string/title_activity_second"
android:theme="@style/Theme.SampleApp" />
<activity
android:name="com.github.se.icebreakrr.MainActivity"
android:name="com.github.se.icebreakrr.Icebreakrr"
android:screenOrientation="portrait"
android:exported="true"
android:label="@string/title_activity_main"
Expand Down

0 comments on commit 42daaf7

Please sign in to comment.