Orcun
Orcun
> Not the best solution, but it seems to work: > > ``` > class SheetLayoutManager( > private val columnSize: Int = 0, > private val rowSize: Int = 0...
Yes @orhanobut , if we set margin from Bottom, it is not possible to click overlay area and dismiss the dialog. Any recommendations??
``` ((dialogPlus.holderView.parent as LinearLayout).parent as FrameLayout) .setOnClickListener { dialogPlus.dismiss() } ``` This is a nice workaround if you've set margin from bottom and wanted to dismiss the dialog on overlay...
Same issue happens to our project too. What I've tried is called`aws-android-sdkpinpoint:GetUserEndpoints` and open some space by deleting some of the endpoints. But the other problem that I've encountered is...