forked from extern/Unexpected-Keyboard
Fix pin entry layout not showing up
The regular text layout was showing instead of the pin entry due to a misuse of the 'switch' syntax.
This commit is contained in:
parent
c61b31168c
commit
8f972113ca
@ -226,8 +226,10 @@ public class Keyboard2 extends InputMethodService
|
||||
case InputType.TYPE_CLASS_PHONE:
|
||||
case InputType.TYPE_CLASS_DATETIME:
|
||||
_currentSpecialLayout = KeyboardData.load_pin_entry(getResources());
|
||||
break;
|
||||
default:
|
||||
_currentSpecialLayout = null;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user