Skip to content

Commit

Permalink
[修复] 刷新后头像仍在等待
Browse files Browse the repository at this point in the history
  • Loading branch information
YenalyLiew committed Oct 13, 2024
1 parent 15c763c commit c5ce279
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ class MainActivity : YenalyActivity<ActivityMainBinding>(), DrawerListener {
}
headerUsername.text = state.info.username
}
} else {
initHeaderView()
}
} else {
headerAvatar.load(R.mipmap.ic_launcher) {
Expand Down

0 comments on commit c5ce279

Please sign in to comment.