Merge pull request #130 from TouchInstinct/hideSoftInput

fix hideSoftInput onStart
This commit is contained in:
Denis Karmyshakov 2018-07-31 15:59:30 +03:00 committed by GitHub
commit 1ffe50bdae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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());
}
/**