Skip to content

Commit f919426

Browse files
committed
Consume the event to prevent it from being re-delivered
1 parent f60caed commit f919426

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

medusalib/src/main/java/com/trendyol/medusalib/navigator/MultipleStackNavigator.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ open class MultipleStackNavigator(
269269
fragmentTransactionInfo.nextFragment.get(),
270270
)
271271
}
272+
requestedFragmentTransactionLiveData.value = null
272273
}
273274
}
274275

0 commit comments

Comments
 (0)