Skip to content

Commit cf46d12

Browse files
committed
fix(flipcash): reset deeplinks after processing
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 390ec3b commit cf46d12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/flipcash/app/src/main/kotlin/com/flipcash/app/internal/ui

apps/flipcash/app/src/main/kotlin/com/flipcash/app/internal/ui/App.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ internal fun App(
160160
if (screenSet.isNotEmpty()) {
161161
codeNavigator.replaceAll(screenSet)
162162
}
163+
164+
deepLink = null
163165
}
164166
}
165167
}

0 commit comments

Comments
 (0)