mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Nightly and Debug app name
This commit is contained in:
parent
33a600707e
commit
14d4edc1cd
2 changed files with 4 additions and 3 deletions
|
@ -12,4 +12,5 @@
|
|||
|
||||
## Fixes
|
||||
- Fixed cutout behaviour for Android P
|
||||
- Experimental fix for some extensions doesn't detect "added to library" entries properly (Track the issue at [GH-40](https://github.com/null2264/yokai/issues/40))
|
||||
- Fixed some extensions doesn't detect "added to library" entries properly ([GH-40](https://github.com/null2264/yokai/issues/40))
|
||||
- Fixed nightly and debug variant doesn't include their respective prefix on their app name
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<activity
|
||||
android:name=".ui.main.MainActivity"
|
||||
android:windowSoftInputMode="adjustNothing"
|
||||
android:label="@string/app_short_name"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Tachiyomi.SplashScreen"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
|
@ -253,4 +253,4 @@
|
|||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue