[Modify]首页tab持久化保存

This commit is contained in:
wushaocheng
2022-12-10 16:59:51 +08:00
parent 814e59f0f6
commit 986870035b
3 changed files with 74 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
package com.yizhuan.xchat_android_library.common
object SpConstants {
const val TAB_INFO_LIST = "tab_info_list"
}