Skip to content

Commit

Permalink
添加强制切换
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe7002 committed Oct 27, 2021
1 parent e2dc827 commit 6027b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ private void receive_handle(@NotNull JsonObject result_obj, boolean get_id_only)
com.qwe7002.telegram_rc.root_kit.network.wifi_set_enable(!wifimanager.isWifiEnabled());
request_body.text = getString(R.string.system_message_head) + "\n" + "Done";
break;
case "/switchnic":
case "/forceswitchnic":
remote_control_func.force_switch_nic_tether();
request_body.text = getString(R.string.system_message_head) + "\n" + "done.";
break;
Expand Down

0 comments on commit 6027b4e

Please sign in to comment.