Skip to content

Instantly share code, notes, and snippets.

@jeyakumar-optisol
jeyakumar-optisol / someDialogFragment.kt
Created April 11, 2022 06:38
DialogFragment Result
// Add view binding on below
class GalleryPickerBottomSheet :
BaseBottomSheetDialogFragment<FragmentBottomSheetPickerBinding, GalleryPickerBottomSheetViewModel>(
FragmentBottomSheetPickerBinding::inflate,
GalleryPickerBottomSheetViewModel::class.java
) {
override fun onInit() {