Fixes for merging from upstream
(cherry picked from commit 5f2eb19ea37ba191d414eee4e8f45f20f1a73e89)
This commit is contained in:
parent
949cdccbae
commit
50097eef9f
@ -77,9 +77,11 @@ class PreMigrationController(bundle: Bundle? = null) : BaseController(bundle), F
|
|||||||
val bottomSheet = dialog?.findViewById<FrameLayout>(
|
val bottomSheet = dialog?.findViewById<FrameLayout>(
|
||||||
com.google.android.material.R.id.design_bottom_sheet
|
com.google.android.material.R.id.design_bottom_sheet
|
||||||
)
|
)
|
||||||
val behavior: BottomSheetBehavior<*> = BottomSheetBehavior.from(bottomSheet!!)
|
if (bottomSheet != null) {
|
||||||
behavior.state = BottomSheetBehavior.STATE_EXPANDED
|
val behavior: BottomSheetBehavior<*> = BottomSheetBehavior.from(bottomSheet)
|
||||||
behavior.skipCollapsed = true
|
behavior.state = BottomSheetBehavior.STATE_EXPANDED
|
||||||
|
behavior.skipCollapsed = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user