Commit c390c6ca by Kim Jinsung

Bug #60856【Android API34 Check】イメージコンテンツを開き端末を回転すると、コンテンツが閉じる

Android12では問題なので、修正戻し
parent d07118da
......@@ -218,7 +218,7 @@
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen" />
<activity android:name="jp.agentec.abook.abv.ui.viewer.activity.ImageViewActivity"
android:hardwareAccelerated="false"
android:configChanges="keyboardHidden|orientation|screenSize"
android:configChanges="keyboardHidden"
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen" />
<activity android:name="jp.agentec.abook.abv.ui.common.activity.ShowPushMessageDailogActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="true">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment