BottomSheetDialogFragment doesn't show full height in landscape mode

前端 未结 5 742
感情败类
感情败类 2020-12-28 18:13

I am using BottomSheetDialogFragment in my activity, the dialog shows full height in portrait mode but doesn\'t when I switch to landscape mode.

5条回答
  •  既然无缘
    2020-12-28 18:36

    This is a problem of gestureInsetBottomIgnored. For landscape this flag is false, but for portrait is true.

提交回复
热议问题