Lucian Victor Tepes

Results 5 issues of Lucian Victor Tepes

Not sure if it's an issue related to #18 but having `SwipeRefresh` as a child of the body blocks the toolbar from expanding. You can only expand the toolbar on...

bug

I've played around with the sample app and there's an issue if you enable edge to edge with the keyboard. It scrolls the `Column` but not enough to keep it...

Good job on the library first of all. My only request is making `PointerInputScope.detectZoomableGestures` inside `Zoomable` public dropping the `internal` modifier. My usecase involves supporting pinch to zoom of an...

Updating to newest `0.22.1` `resetRoot(saveState = true, restoreState = true)` restores save states correctly but after reseting to a tab with a backstack size greater than 1 calling `navigator.pop()` loses...

Having an issue in the following scenario. The root screen sometimes has a `BackHandler` like so: ``` @Composable fun RootUi( state: TestState, modifier: Modifier, ) { RootContent() BackHandler { //...