mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-17 05:28:24 +00:00
Touch: fix warning in manifest
This commit is contained in:
parent
88c1c89be5
commit
e9ab5526e9
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,9 @@
|
|||
android:label="${label}"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
tools:replace="android:label,android:theme">
|
||||
tools:replace="android:label,android:theme"
|
||||
android:fullBackupContent="true"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity
|
||||
android:name=".SplashActivity"
|
||||
android:label="${label}"
|
||||
|
@ -39,7 +41,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".eventdetails.EventDetailsActivity"
|
||||
android:parentActivityName="de.nicidienase.chaosflix.touch.browse.eventslist.EventsListActivity"/>
|
||||
android:parentActivityName=".browse.eventslist.EventsListActivity"/>
|
||||
|
||||
<activity
|
||||
android:name=".about.AboutActivity"
|
||||
|
|
Loading…
Add table
Reference in a new issue