Skip to content

Commit b84acd3

Browse files
2dustAnGgIt886
authored andcommitted
fix(): Fix Violation of Broken Functionality policy
1 parent 058ab2d commit b84acd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList
311311

312312
fun startV2Ray() {
313313
if (MmkvManager.getSelectServer().isNullOrEmpty()) {
314+
toast(R.string.title_file_chooser)
314315
return
315316
}
316317
V2RayServiceManager.startV2Ray(this)

0 commit comments

Comments
 (0)