Skip to content

Commit df9e523

Browse files
committed
添加搜索仓库和搜索用户排序功能
1 parent eb06b84 commit df9e523

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/src/main/java/com/fmt/github/user/fragment/UserFragment.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ class UserFragment : BaseListMVFragment<UserModel>() {
5858
mActivity,
5959
view.findViewById(R.id.iv_head),
6060
"image"
61-
)
62-
.toBundle()
63-
.also { bundle ->
64-
startActivity(this, bundle)
61+
).toBundle()
62+
.also {
63+
startActivity(this, it)
6564
}
6665
}
6766
}

0 commit comments

Comments
 (0)