Correct manifest
This commit is contained in:
parent
5fb847ba1c
commit
508e30fc15
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,7 @@
|
|||
android:configChanges="locale"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".activities.BoardActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
android:name=".activities.LicenseActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
@ -30,7 +29,8 @@
|
|||
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
</activity>
|
||||
<activity android:name=".activities.LicenseActivity">
|
||||
<activity android:name=".activities.BoardActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
</activity>
|
||||
<activity android:name=".activities.CreateSeedActivity" >
|
||||
</activity>
|
||||
|
|
Loading…
Reference in a new issue