多次最小化无法返回问题修改,MainActivity 竖屏显示。互娱房高度340->370

This commit is contained in:
2026-01-04 11:16:31 +08:00
parent 5d17bf8de0
commit 0e830e411a
6 changed files with 33 additions and 6 deletions

19
app/proguard/creash.txt Normal file
View File

@@ -0,0 +1,19 @@
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.xscm.moduleutil.bean.room.RoomOwnerBean.getUser_id()' on a null object reference
at com.xscm.modulemain.activity.room.fragment.RoomCabinFragment.initView(SourceFile:73)
at com.xscm.moduleutil.base.BaseFragment.onViewCreated(SourceFile:17)
at com.xscm.moduleutil.base.BaseMvpFragment.onViewCreated(SourceFile:7)
at com.xscm.moduleutil.base.BaseRoomFragment.onViewCreated(SourceFile:1)
at androidx.fragment.app.Fragment.performViewCreated(SourceFile:5)
at androidx.fragment.app.c0.f(SourceFile:263)
at androidx.fragment.app.c0.m(SourceFile:119)
at androidx.fragment.app.FragmentManager.m0(SourceFile:231)
at androidx.fragment.app.FragmentManager.F1(SourceFile:82)
at androidx.fragment.app.FragmentManager.j0(SourceFile:22)
at androidx.fragment.app.FragmentManager$f.run(SourceFile:4)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:230)
at android.app.ActivityThread.main(ActivityThread.java:8018)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034

View File

@@ -180,6 +180,7 @@
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="false"
android:launchMode="singleTop"
android:screenOrientation="behind"
android:theme="@style/authsdk_activity_dialog" />
<!-- <activity-->