fix(android): removes duplicated line

This commit is contained in:
jahorton 2021-08-17 13:52:51 +07:00
parent ed135f7861
commit 603fc8bbd5

View file

@ -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() {