Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
修复一个小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriafly committed May 31, 2022
1 parent 10babd3 commit 4bd0017
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
applicationId "com.dirror.music"
minSdkVersion 21
targetSdkVersion 31
versionCode 757
versionCode 758
versionName "3.13.0"

multiDexEnabled true
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 757,
"versionCode": 758,
"versionName": "3.13.0",
"outputFile": "app-release.apk"
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/dirror/music/ui/main/MyFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class MyFragment : BaseFragment() {
}
}
mainViewModel.userId.observe(viewLifecycleOwner) { userId ->
toast("userId = $userId")
if (userId == 0L) {
myFragmentUserAdapter.adapterUser = MyFragmentUserAdapter.AdapterUser(
null, "立即登录", null
Expand Down

0 comments on commit 4bd0017

Please sign in to comment.