1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1171 Widgets | Fix | Fixed broken insets when selecting widget type after selecting widget source (#3176)

This commit is contained in:
Evgenii Kozlov 2023-05-16 15:24:49 +02:00 committed by uburoiubu
parent 3ed6f71f92
commit 492b657c45
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -68,7 +68,6 @@ class SelectWidgetSourceFragment : BaseBottomSheetTextInputFragment<FragmentObje
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
setupFullHeight()
setTransparent()
TextInputDialogBottomBehaviorApplier(
@ -116,6 +115,7 @@ class SelectWidgetSourceFragment : BaseBottomSheetTextInputFragment<FragmentObje
if (isDismissed) dismiss()
}
}
skipCollapsed()
expand()
}