Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit fa8619d

Browse files
authored
Merge pull request #693 from lamarios/bugfix/fix-back-button-interceptor
Bugfix/fix back button interceptor
2 parents b4757a8 + 156c49c commit fa8619d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
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">

lib/player/views/components/player.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: clipious
2-
version: 1.22.9+4072
2+
version: 1.22.10+4073
33
publish_to: none
44
description: Client for invidious.
55
environment:

0 commit comments

Comments
 (0)