Skip to content

Commit 79cda6a

Browse files
authored
Merge pull request #26 from holixfactory/230811-fix-issue-23-compose-1.3
Remove unnecessary code.
2 parents 745589f + bfd7aa7 commit 79cda6a

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
@@ -389,7 +389,6 @@ private class BottomSheetDialogWrapper(
389389

390390
init {
391391
val window = window ?: error("Dialog has no window")
392-
window.requestFeature(Window.FEATURE_NO_TITLE)
393392
window.setBackgroundDrawableResource(android.R.color.transparent)
394393
bottomSheetDialogLayout = BottomSheetDialogLayout(context, window).apply {
395394
// Set unique id for AbstractComposeView. This allows state restoration for the state

0 commit comments

Comments
 (0)