mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Merge pull request #2696 from Bnyro/master
Fix clicking on app icon while in PiP
This commit is contained in:
commit
f36bc1e596
@ -20,6 +20,7 @@
|
||||
android:name=".LibreTubeApp"
|
||||
android:allowBackup="true"
|
||||
android:banner="@mipmap/ic_launcher"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:largeHeap="true"
|
||||
@ -56,8 +57,6 @@
|
||||
android:name=".ui.activities.MainActivity"
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:launchMode="singleTop"
|
||||
android:screenOrientation="user"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:windowSoftInputMode="adjustPan">
|
||||
@ -78,9 +77,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_gradient"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_gradient_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
@ -102,9 +99,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_launcher_light"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_light_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
@ -126,9 +121,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_fire"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_fire_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
@ -150,9 +143,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_flame"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_flame_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
@ -174,9 +165,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_shaped"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_shaped_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
@ -196,9 +185,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_torch"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_torch_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
@ -220,9 +207,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_legacy"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_legacy_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
@ -244,9 +229,7 @@
|
||||
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
||||
android:enabled="false"
|
||||
android:exported="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_bird"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_bird_round"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:targetActivity=".ui.activities.MainActivity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user