Skip to content

Commit 42c2e16

Browse files
authored
Merge pull request #28 from holixfactory/230811-fix-issue-23-compose-1.4
Remove unnecessary code
2 parents 3e32e23 + 78ca6d9 commit 42c2e16

File tree

1 file changed

+0
-1
lines changed
  • bottomsheetdialog-compose/src/main/kotlin/com/holix/android/bottomsheetdialog/compose

1 file changed

+0
-1
lines changed

bottomsheetdialog-compose/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/BottomSheetDialog.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ private class BottomSheetDialogWrapper(
382382

383383
init {
384384
val window = window ?: error("Dialog has no window")
385-
window.requestFeature(Window.FEATURE_NO_TITLE)
386385
window.setBackgroundDrawableResource(android.R.color.transparent)
387386
bottomSheetDialogLayout = BottomSheetDialogLayout(context, window).apply {
388387
// Set unique id for AbstractComposeView. This allows state restoration for the state

0 commit comments

Comments
 (0)