Skip to content

Commit 14ac0f7

Browse files
committed
Fix lint thing
1 parent d7978ff commit 14ac0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modalbottomsheetdialogfragment/src/main/java/com/commit451/modalbottomsheetdialogfragment/ModalBottomSheetDialogFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ModalBottomSheetDialogFragment : BottomSheetDialogFragment() {
7676
inflate(resource, options)
7777
}
7878
if (optionRequest != null) {
79-
options.add(optionRequest.toOption(context!!))
79+
options.add(optionRequest.toOption(requireContext()))
8080
}
8181
}
8282

0 commit comments

Comments
 (0)