fix hideSoftInput onstart

This commit is contained in:
Arseniy Borisov 2018-07-31 15:57:24 +03:00
parent f9cac685ac
commit 6ff1409d02
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ public class ViewController<TActivity extends FragmentActivity, TState extends P
public void onStart() {
UiUtils.UI_LIFECYCLE_LC_GROUP.i(Lc.getCodePoint(this));
lifecycleRegistry.handleLifecycleEvent(Lifecycle.Event.ON_START);
UiUtils.OfViews.hideSoftInput(activity);
UiUtils.OfViews.hideSoftInput(getContainer());
}
/**