Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e525eb6e authored by omarmt's avatar omarmt
Browse files

[Flexiglass] Remove default swipe spring

To align the scene transition with the current production behavior, the
spring was introduced in CL ag/26552459. However, it has resulted in a
higher crash rate in the AndroidView of Quick Settings. This feature
will be re-enabled after the AndroidView behavior is corrected.

Test: Manual tests
Bug: 331190981
Flag: NA
Change-Id: I550d1182c3df1bb90a55e1eed8b0f4fd3d13d441
parent c3f30078
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
package com.android.systemui.scene.ui.composable

import androidx.compose.animation.core.Spring
import androidx.compose.animation.core.spring
import androidx.compose.foundation.gestures.Orientation
import com.android.compose.animation.scene.transitions
import com.android.systemui.bouncer.ui.composable.Bouncer
@@ -32,7 +30,6 @@ import com.android.systemui.scene.ui.composable.transitions.shadeToQuickSettings
 * Please keep the list sorted alphabetically.
 */
val SceneContainerTransitions = transitions {
    defaultSwipeSpec = spring(Spring.DampingRatioLowBouncy, Spring.StiffnessLow)

    // Scene transitions