This repository was archived by the owner on Jan 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
lib/player/views/components Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121 <application
2222 android : name =" ${applicationName}"
2323 android : banner =" @drawable/banner"
24+ android : enableOnBackInvokedCallback =" false"
2425 android : icon =" @mipmap/ic_launcher"
26+
2527 android : label =" Clipious"
2628 android : networkSecurityConfig =" @xml/network_security_config" >
27-
2829 <meta-data
2930 android : name =" io.flutter.network-policy"
3031 android : resource =" @xml/network_security_config" />
31- <!-- android:enableOnBackInvokedCallback="true"-->
3232 <activity
3333 android : name =" com.linusu.flutter_web_auth_2.CallbackActivity"
3434 android : exported =" true" >
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ class Player extends StatelessWidget {
124124 child: showPlayer
125125 ? GestureDetector (
126126 child: SafeArea (
127+ bottom: ! isDragging,
127128 top: false ,
128129 child: AnimatedContainer (
129130 duration: animationDuration,
Original file line number Diff line number Diff line change 11name : clipious
2- version : 1.22.9+4072
2+ version : 1.22.10+4073
33publish_to : none
44description : Client for invidious.
55environment :
You can’t perform that action at this time.
0 commit comments