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

Commit

Permalink
fix(): Fix Violation of Broken Functionality policy
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust authored and AnGgIt86 committed Oct 8, 2024
1 parent 058ab2d commit b84acd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/kotlin/com/neko/v2ray/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList

fun startV2Ray() {
if (MmkvManager.getSelectServer().isNullOrEmpty()) {
toast(R.string.title_file_chooser)
return
}
V2RayServiceManager.startV2Ray(this)
Expand Down

0 comments on commit b84acd3

Please sign in to comment.