From f9e6017b5fc14c1f24dcbc34e1abd5a4daa5355b Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 4 Jul 2024 23:28:41 -0600 Subject: [PATCH] build: downgrade fragment Turns out predictive back navigationn is busted for fragments. Disabling it for my own sanity. --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 200da0b0a..82c113724 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,8 +89,9 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.activity:activity-ktx:1.9.0" - implementation "androidx.fragment:fragment-ktx:1.8.1" - implementation "androidx.transition:transition:1.5.0" + // Disabled since 1.7+ has completely broken progressive back gestures. + // noinspection GradleDependency + implementation "androidx.fragment:fragment-ktx:1.6.2" // Components // Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on