Skip to content

Commit 7b207ff

Browse files
sentinelwebsentinelweb
authored andcommitted
457 refactor play dialog for fragment leak.
1 parent 9c6d9bc commit 7b207ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/commonMain/kotlin/uk/co/sentinelweb/cuer/app/ui/common/dialog/AlertDialogContract.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package uk.co.sentinelweb.cuer.app.ui.common.dialog
22

33
interface AlertDialogContract {
44
interface Creator {
5-
fun create(model: AlertDialogModel): Any
5+
fun create(model: AlertDialogModel): Any /* dialog ref */
66

77
fun createAndShowDialog(model: AlertDialogModel)
88

0 commit comments

Comments
 (0)