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

Commit d21188a

Browse files
author
dmh
committed
修复查询本地博客列表数据bug
1 parent 5afba27 commit d21188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module-blog/src/main/java/com/rae/cnblogs/blog/BloggerActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
127127
mBlogApp = getIntent().getStringExtra("blogApp");
128128

129129
if (mBlogApp == null) {
130-
// AppUI.failed(this, "BlogApp为空!");
130+
UICompat.failed(this, "BlogApp为空!");
131131
finish();
132132
return;
133133
}

0 commit comments

Comments
 (0)