Skip to content

Commit

Permalink
Moved PredictiveBackGestureOverlay and PredictiveBackGestureIcon insi…
Browse files Browse the repository at this point in the history
…de predictiveback package
  • Loading branch information
arkivanov committed Jan 22, 2024
1 parent f52ed09 commit 6a4572a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.arkivanov.decompose.extensions.compose
package com.arkivanov.decompose.extensions.compose.stack.animation.predictiveback

import androidx.compose.foundation.background
import androidx.compose.foundation.layout.padding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.arkivanov.decompose.extensions.compose
package com.arkivanov.decompose.extensions.compose.stack.animation.predictiveback

import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.fadeIn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import androidx.compose.material.icons.filled.ArrowBack
import androidx.compose.ui.Modifier
import androidx.compose.ui.window.ComposeUIViewController
import com.arkivanov.decompose.ExperimentalDecomposeApi
import com.arkivanov.decompose.extensions.compose.PredictiveBackGestureIcon
import com.arkivanov.decompose.extensions.compose.PredictiveBackGestureOverlay
import com.arkivanov.decompose.extensions.compose.stack.animation.predictiveback.PredictiveBackGestureIcon
import com.arkivanov.decompose.extensions.compose.stack.animation.predictiveback.PredictiveBackGestureOverlay
import com.arkivanov.essenty.backhandler.BackDispatcher
import platform.UIKit.UIViewController

Expand Down

0 comments on commit 6a4572a

Please sign in to comment.