Commit 64d7a319 authored by fallenstardust's avatar fallenstardust

对YGOMobileActivity设置检测绕开notch

parent ff595eac
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
1.默认沉浸式ygopro画面,不再允许开关; 1.默认沉浸式ygopro画面,不再允许开关;
2.已开启ygopro的场合,点加入服务器不会 2.已开启ygopro的场合,点加入服务器不会
再重复建房(避免多窗口遮挡); 再重复建房(避免多窗口遮挡);
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -86,7 +86,11 @@ ...@@ -86,7 +86,11 @@
<activity <activity
android:name="cn.garymb.ygomobile.YGOMobileActivity" android:name="cn.garymb.ygomobile.YGOMobileActivity"
android:theme="@style/AppTheme.Game" android:theme="@style/AppTheme.Game"
tools:replace="android:theme" /> tools:replace="android:theme">
<meta-data
android:name="android.notch_support"
android:value="true"/>
</activity>
<activity <activity
android:name="cn.garymb.ygomobile.ui.activities.AboutActivity" android:name="cn.garymb.ygomobile.ui.activities.AboutActivity"
android:configChanges="orientation|keyboardHidden|navigation|screenSize" android:configChanges="orientation|keyboardHidden|navigation|screenSize"
......
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