Laurynas Mykolaitis
04/04/2023, 1:28 PMcompose_version = '1.3.1' works fine, but 1.4.0 does not
accompanist_version = "0.28.0 updates to 0.30.0 to support 1.4.0 compose
I am using com.google.accompanist.insets.ui.Scaffold with WindowInsets.ime.asPaddingValues to handle keyboard padding myself, but with new version when clicking on TextField input in opened bottom sheet (BottomSheetDialogFragment), then my fragment does not receive ime padding change or setOnApplyWindowInsetsListener on a onViewCreated and keyboard does not open. Instead keyboard opens up after closing bottom sheet.mkrussel
04/04/2023, 1:37 PMLaurynas Mykolaitis
04/04/2023, 1:39 PM