在个人主页界面新增下拉刷新功能,提升用户体验。 同时修复了关注按钮的样式问题,使其在 不同状态下显示正确的颜色和文字。 此外,还修复了登录后无法获取用户信息的问题,确保用户登录后能够正常使用应用。
5 lines
77 B
Kotlin
5 lines
77 B
Kotlin
package com.aiosman.riderpro
|
|
|
|
object AppState {
|
|
var UserId: Int? = null
|
|
} |