Skip to content

Commit

Permalink
Ignoring on Jelly Bean
Browse files Browse the repository at this point in the history
Fixes #82
  • Loading branch information
pyricau committed May 14, 2015
1 parent c997c35 commit cc3583a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public enum AndroidExcludedRefs {
}
},

INPUT_METHOD_MANAGER__SERVED_VIEW(SDK_INT >= KITKAT && SDK_INT <= LOLLIPOP_MR1) {
INPUT_METHOD_MANAGER__SERVED_VIEW(SDK_INT >= JELLY_BEAN && SDK_INT <= LOLLIPOP_MR1) {
@Override void add(ExcludedRefs.Builder excluded) {
// When we detach a view that receives keyboard input, the InputMethodManager leaks a
// reference to it until a new view asks for keyboard input.
Expand Down

0 comments on commit cc3583a

Please sign in to comment.