Skip to content

Commit

Permalink
Add suppress for TextWatcher
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Oct 20, 2023
1 parent cf005c1 commit 79df1fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class CreateFolderDialogFragment : DialogFragment(), DialogInterface.OnClickList
keyboardUtils!!.showKeyboardForEditText(requireDialog().window, binding.userInput)
}

@Suppress("EmptyFunctionBlock")
override fun onCreateDialog(savedInstanceState: Bundle?): Dialog {
mParentFolder = arguments?.getParcelable(ARG_PARENT_FOLDER)

Expand Down

0 comments on commit 79df1fb

Please sign in to comment.