fix hideSoftInput onstart
This commit is contained in:
parent
f9cac685ac
commit
6ff1409d02
|
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue