个人主页新增下拉刷新功能
在个人主页界面新增下拉刷新功能,提升用户体验。 同时修复了关注按钮的样式问题,使其在 不同状态下显示正确的颜色和文字。 此外,还修复了登录后无法获取用户信息的问题,确保用户登录后能够正常使用应用。
This commit is contained in:
5
app/src/main/java/com/aiosman/riderpro/AppState.kt
Normal file
5
app/src/main/java/com/aiosman/riderpro/AppState.kt
Normal file
@@ -0,0 +1,5 @@
|
||||
package com.aiosman.riderpro
|
||||
|
||||
object AppState {
|
||||
var UserId: Int? = null
|
||||
}
|
||||
Reference in New Issue
Block a user