Skip to content

Commit

Permalink
Merge pull request #1169 from Smarshal21/Sam1
Browse files Browse the repository at this point in the history
PAINTROID-486 Keyboad does not hide after leaving RGB-View
  • Loading branch information
juliajulie95 authored Feb 5, 2023
2 parents 73096f2 + 15035df commit a7b0185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class ColorPickerView : LinearLayoutCompat {
context.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
inputMethodManager.toggleSoftInputFromWindow(
rootView.applicationWindowToken,
InputMethodManager.SHOW_FORCED,
InputMethodManager.SHOW_IMPLICIT,
0
)
}
Expand Down

0 comments on commit a7b0185

Please sign in to comment.