Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Little change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Sep 28, 2024
1 parent 794ab41 commit bf6d43c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions app/src/main/kotlin/com/neko/v2ray/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,10 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList
true
}

R.id.import_manually_hysteria2 -> {
importManually(EConfigType.HYSTERIA2.value)
true
}
// R.id.import_manually_hysteria2 -> {
// importManually(EConfigType.HYSTERIA2.value)
// true
// }

R.id.import_config_custom_clipboard -> {
importConfigCustomClipboard()
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_server_hysteria2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
android:ellipsize="marquee"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Shadowsocks"
android:text="Hysteria"
android:singleLine="false" />
<com.neko.marquee.text.AutoMarqueeTextView
android:textSize="14.0sp"
Expand Down
9 changes: 4 additions & 5 deletions app/src/main/res/menu/menu_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@
android:id="@+id/import_manually_wireguard"
android:title="@string/menu_item_import_config_manually_wireguard"
app:showAsAction="never" />
<item
android:id="@+id/import_manually_hysteria2"
android:title="@string/menu_item_import_config_manually_hysteria2"
app:showAsAction="never" />

<!-- <item -->
<!-- android:id="@+id/import_manually_hysteria2" -->
<!-- android:title="@string/menu_item_import_config_manually_hysteria2" -->
<!-- app:showAsAction="never" /> -->
<item
android:title="@string/menu_item_import_config_custom"
app:showAsAction="always">
Expand Down

0 comments on commit bf6d43c

Please sign in to comment.