描述:

节点选择之后未保存
This commit is contained in:
level 2025-03-24 15:56:16 +08:00
parent 12a2c571f5
commit c7a93838b4
1 changed files with 6 additions and 0 deletions

View File

@ -247,6 +247,12 @@ class HomeFragment : BaseFragment(), CoroutineScope by CoroutineScope(Dispatcher
setExpireDate()
setProxyModeView(newMainActGlo)
var selected_name =
MMKV.defaultMMKV().decodeString(BZYConstants.NODE_SELECTED_NAME_KEY, "");
if (!TextUtils.isEmpty(selected_name)) {
setNodeNameAndImg(selected_name!!)
}
}
private fun updateUserInfo() {