yshrsmz / KeyboardVisibilityEvent

Android Library to handle software keyboard visibility change event.
Apache License 2.0
1.74k stars 171 forks source link

Checking softInputMethod and throwing error if set to unsupported mode #20

Closed anoop44 closed 7 years ago

anoop44 commented 7 years ago

19

anoop44 commented 7 years ago

But wouldn't it ignore the WindowManager.LayoutParams. SOFT_INPUT_ADJUST_UNSPECIFIED. It will also act as WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE at times

yshrsmz commented 7 years ago

you are right. thanks.

yshrsmz commented 7 years ago

:+1: