Skip to content

Commit

Permalink
Mini Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
topminipie committed Apr 21, 2024
1 parent 8e38321 commit b7c33d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/io/twoyi/utils/RomManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import java.util.Locale;
import java.util.Properties;
import java.util.TimeZone;
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/ac_render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
-->

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent">
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/menu/search_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
-->

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_search"
android:icon="@drawable/ic_search"
Expand Down

0 comments on commit b7c33d5

Please sign in to comment.