Skip to content

Commit

Permalink
#57
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jul 8, 2024
1 parent 0f16387 commit 1946e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/org/b3log/ld246/Home.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* Sillot T☳Converbenk Matrix 汐洛彖夲肜矩阵:为智慧新彖务服务
* Copyright (c) 2024.
*
* lastModified: 2024/7/7 下午10:31
* updated: 2024/7/7 下午10:31
* lastModified: 2024/7/8 下午12:06
* updated: 2024/7/8 下午12:06
*/

package org.b3log.ld246
Expand Down Expand Up @@ -413,7 +413,7 @@ class HomeActivity : ComponentActivity() {
NetworkAware()
Box(modifier = Modifier.fillMaxSize()) {
if (currentTab.value == "用户") {
if (userPageData.value.userName?.isBlank() == true) {
if (userPageData.value.userName.isNullOrBlank() == true) {
Box(
modifier = Modifier.fillMaxSize(),
contentAlignment = Alignment.Center
Expand Down

0 comments on commit 1946e5b

Please sign in to comment.