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:
parent
3ed6f71f92
commit
492b657c45
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue