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

Commit 4bd0017

Browse files
committed
修复一个小问题
1 parent 10babd3 commit 4bd0017

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
applicationId "com.dirror.music"
3737
minSdkVersion 21
3838
targetSdkVersion 31
39-
versionCode 757
39+
versionCode 758
4040
versionName "3.13.0"
4141

4242
multiDexEnabled true

app/release/output-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 757,
14+
"versionCode": 758,
1515
"versionName": "3.13.0",
1616
"outputFile": "app-release.apk"
1717
}

app/src/main/java/com/dirror/music/ui/main/MyFragment.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ class MyFragment : BaseFragment() {
109109
}
110110
}
111111
mainViewModel.userId.observe(viewLifecycleOwner) { userId ->
112-
toast("userId = $userId")
113112
if (userId == 0L) {
114113
myFragmentUserAdapter.adapterUser = MyFragmentUserAdapter.AdapterUser(
115114
null, "立即登录", null

0 commit comments

Comments
 (0)