Skip to content

Commit e55e5b3

Browse files
committed
func ref
1 parent 25d7d6b commit e55e5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/hoc081098/paginationmviflow/ui/main/MainFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class MainFragment : Fragment(R.layout.fragment_main) {
163163
// .throttleFirst(500, TimeUnit.MILLISECONDS)
164164
.map { ViewIntent.RetryHorizontal },
165165
)
166-
.onEach { mainVM.processIntent(it) }
166+
.onEach(mainVM::processIntent)
167167
.launchIn(viewLifecycleOwner.lifecycleScope)
168168
}
169169

0 commit comments

Comments
 (0)