Skip to content

Commit

Permalink
Update QuestionPlayerFragmentPresenter.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz authored Jul 16, 2024
1 parent 9fd1db7 commit f9b3c2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class QuestionPlayerFragmentPresenter @Inject constructor(
activity.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
inputManager.hideSoftInputFromWindow(
fragment.requireView().windowToken,
0
0 // Flag value to force hide the keyboard when possible.
)
}

Expand Down

0 comments on commit f9b3c2d

Please sign in to comment.