[BugFix]登录功能bug修复

This commit is contained in:
wushaocheng
2023-08-16 16:57:57 +08:00
parent f5d3f45001
commit a9405eb8f8
18 changed files with 357 additions and 234 deletions

View File

@@ -2,4 +2,9 @@ package com.yizhuan.xchat_android_library.common
object SpConstants {
const val TAB_INFO_LIST = "tab_info_list"
const val SET_PASSWORD = "set_password"
const val LOGIN_TYPE = "login_type"
const val GOOGLE = "google"
const val FACEBOOK = "facebook"
const val LINE = "line"
}