mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 03:15:33 +00:00
fix(android): removes duplicated line
This commit is contained in:
parent
ed135f7861
commit
603fc8bbd5
1 changed files with 0 additions and 2 deletions
|
|
@ -328,8 +328,6 @@ final class KMKeyboard extends WebView {
|
|||
loadJavascript(KMString.format("setOskWidth(%d)", newConfig.screenWidthDp));
|
||||
loadJavascript(KMString.format("setOskHeight(%d)", oskHeight));
|
||||
|
||||
RelativeLayout.LayoutParams params = KMManager.getKeyboardLayoutParams();
|
||||
this.setLayoutParams(params);
|
||||
if (dismissHelpBubble()) {
|
||||
Handler handler = new Handler();
|
||||
handler.postDelayed(new Runnable() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue