Skip to content

Commit

Permalink
use NoTitleBar style to prevent crash on HarmonyOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoTouGe authored and baldurk committed May 22, 2024
1 parent 4a481ed commit 4725b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderdoccmd/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<uses-feature android:glEsVersion="0x00030000" android:required="true" />

<application android:debuggable="true" android:label="RenderDocCmd" android:icon="@drawable/icon" android:hasCode="true">
<activity android:name=".Loader" android:label="RenderDoc" android:exported="true" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden">
<activity android:name=".Loader" android:label="RenderDoc" android:exported="true" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar">
<meta-data android:name="android.app.lib_name" android:value="renderdoccmd"/>
</activity>

Expand Down

0 comments on commit 4725b73

Please sign in to comment.