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

Commit ca6d70c

Browse files
committed
Launcher DemoApp by default
1 parent 2fcaafe commit ca6d70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biz/detail/src/main/kotlin/io/goooler/demoapp/detail/ui/RepoDetailActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class RepoDetailActivity : BaseActivity() {
1515
override fun onCreate(savedInstanceState: Bundle?) {
1616
super.onCreate(savedInstanceState)
1717

18-
vm.fullName = intent.getStringExtra(FULL_NAME) ?: return
18+
vm.fullName = intent.getStringExtra(FULL_NAME) ?: "Goooler/DemoApp"
1919
vm.refresh()
2020

2121
setContent {

0 commit comments

Comments
 (0)