josedlpozo / galileo

Other
12 stars 2 forks source link

Crash when moving from landscape to portrait #44

Open josedlpozo opened 5 years ago

josedlpozo commented 5 years ago
04-04 16:45:29.679 28740 28740 E Report ::: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.

04-04 16:45:29.679 28740 28740 E Report :::

04-04 16:45:29.679 28740 28740 E Report :::     android.view.ViewGroup.addViewInner(ViewGroup.java:5034)

04-04 16:45:29.679 28740 28740 E Report :::     android.view.ViewGroup.addView(ViewGroup.java:4865)

04-04 16:45:29.679 28740 28740 E Report :::     android.view.ViewGroup.addView(ViewGroup.java:4837)

04-04 16:45:29.679 28740 28740 E Report :::     com.android.internal.policy.PhoneWindow.addContentView(PhoneWindow.java:470)

04-04 16:45:29.679 28740 28740 E Report :::     com.josedlpozo.galileo.common.BaseFloatItem.onResume(BaseFloatItem.kt:20)

04-04 16:45:29.679 28740 28740 E Report :::     com.josedlpozo.galileo.common.GalileoApplicationLifeCycle.onActivityResumed(GalileoApplicationLifeCycle.kt:26)

04-04 16:45:29.679 28740 28740 E Report :::     android.app.Application.dispatchActivityResumed(Application.java:239)

04-04 16:45:29.679 28740 28740 E Report :::     android.app.Activity.onResume(Activity.java:1343)

04-04 16:45:29.679 28740 28740 E Report :::     androidx.fragment.app.FragmentActivity.onResume(FragmentActivity.java:441)