Ahmed Mourad

Results 3 issues of Ahmed Mourad

**Describe the bug** When i restart the router, i get notified that connection is lost but i never get notified when it's restored. **To Reproduce** Steps to reproduce the behavior:...

help wanted

Hello there! hope you're doing well, ```kotlin @NavGraph annotation class NavGraph1(val start: Boolean = false) @NavGraph1(start = true) @Destination(/*...*/) @Composable fun NavGraph1StartScreen(navigator: DestinationsNavigator) { //... } @NavGraph annotation class NavGraph2(val...

enhancement

_Fragment.kt_ ``` combobox( property = viewModel.selectedItem, values = viewModel.allItems ) { makeAutocompletable(false) } ``` Making a `ComboBox` auto completable with `makeAutocompletable` causes some weird behaviour where whenever the underlying `allItems`...