Skip to content

Commit bf6d43c

Browse files
committed
Little change
1 parent 794ab41 commit bf6d43c

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

app/src/main/kotlin/com/neko/v2ray/ui/MainActivity.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList
428428
true
429429
}
430430

431-
R.id.import_manually_hysteria2 -> {
432-
importManually(EConfigType.HYSTERIA2.value)
433-
true
434-
}
431+
// R.id.import_manually_hysteria2 -> {
432+
// importManually(EConfigType.HYSTERIA2.value)
433+
// true
434+
// }
435435

436436
R.id.import_config_custom_clipboard -> {
437437
importConfigCustomClipboard()

app/src/main/res/layout/activity_server_hysteria2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
android:ellipsize="marquee"
249249
android:layout_width="wrap_content"
250250
android:layout_height="wrap_content"
251-
android:text="Shadowsocks"
251+
android:text="Hysteria"
252252
android:singleLine="false" />
253253
<com.neko.marquee.text.AutoMarqueeTextView
254254
android:textSize="14.0sp"

app/src/main/res/menu/menu_main.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@
5353
android:id="@+id/import_manually_wireguard"
5454
android:title="@string/menu_item_import_config_manually_wireguard"
5555
app:showAsAction="never" />
56-
<item
57-
android:id="@+id/import_manually_hysteria2"
58-
android:title="@string/menu_item_import_config_manually_hysteria2"
59-
app:showAsAction="never" />
60-
56+
<!-- <item -->
57+
<!-- android:id="@+id/import_manually_hysteria2" -->
58+
<!-- android:title="@string/menu_item_import_config_manually_hysteria2" -->
59+
<!-- app:showAsAction="never" /> -->
6160
<item
6261
android:title="@string/menu_item_import_config_custom"
6362
app:showAsAction="always">

0 commit comments

Comments
 (0)