Skip to content

Commit 281d62f

Browse files
ovitrifclaude
andcommitted
fix: pass toaster to IsOnlineTracker
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3aecbd4 commit 281d62f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class MainActivity : FragmentActivity() {
132132
} else {
133133
val isAuthenticated by appViewModel.isAuthenticated.collectAsStateWithLifecycle()
134134

135-
IsOnlineTracker(appViewModel)
135+
IsOnlineTracker(appViewModel, toaster)
136136
ContentView(
137137
appViewModel = appViewModel,
138138
walletViewModel = walletViewModel,

0 commit comments

Comments
 (0)