remove unused code

This commit is contained in:
vvb2060
2026-04-19 03:45:41 +08:00
committed by John Wu
parent 71d29f36c6
commit fbcafdf2e2
2 changed files with 0 additions and 3 deletions

2
.gitignore vendored
View File

@@ -14,5 +14,3 @@ native/out
.idea
.cursor
ramdisk.img
app/core/src/debug
app/core/src/release

View File

@@ -6,7 +6,6 @@
<activity
android:name=".ui.MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />