build: downgrade fragment
Turns out predictive back navigationn is busted for fragments. Disabling it for my own sanity.
This commit is contained in:
parent
a959933036
commit
f9e6017b5f
1 changed files with 3 additions and 2 deletions
|
|
@ -89,8 +89,9 @@ dependencies {
|
||||||
implementation "androidx.core:core-ktx:1.13.1"
|
implementation "androidx.core:core-ktx:1.13.1"
|
||||||
implementation "androidx.appcompat:appcompat:1.7.0"
|
implementation "androidx.appcompat:appcompat:1.7.0"
|
||||||
implementation "androidx.activity:activity-ktx:1.9.0"
|
implementation "androidx.activity:activity-ktx:1.9.0"
|
||||||
implementation "androidx.fragment:fragment-ktx:1.8.1"
|
// Disabled since 1.7+ has completely broken progressive back gestures.
|
||||||
implementation "androidx.transition:transition:1.5.0"
|
// noinspection GradleDependency
|
||||||
|
implementation "androidx.fragment:fragment-ktx:1.6.2"
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
// Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on
|
// Deliberately kept on 1.2.1 to prevent a bug where the queue sheet will not collapse on
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue