Fix names and strings. Fix not all games shown in history.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-06 22:01:00 +01:00
parent 74be455d48
commit 2bf0666946
8 changed files with 13 additions and 31 deletions

View File

@@ -12,24 +12,6 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:dataExtractionRules="@xml/data_extraction_rules">
<activity
android:name=".DrawerActivity"
android:exported="false"
android:label="@string/title_activity_drawer"
android:theme="@style/AppTheme.NoActionBar">
<meta-data
android:name="android.app.lib_name"
android:value="" />
</activity>
<activity
android:name=".SettingsActivity"
android:exported="false"
android:label="@string/title_activity_settings">
<meta-data
android:name="android.app.lib_name"
android:value="" />
</activity>
<activity
android:name=".MainActivity"