Skip to content

Commit 09948fd

Browse files
committed
Update LiveData to post null for fragment transaction requests
1 parent 13573c3 commit 09948fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

@@ -438,6 +437,7 @@ open class MultipleStackNavigator(
438437
currentFragment = WeakReference(currentFragment),
439438
nextFragment = WeakReference(nextFragment),
440439
)
440+
requestedFragmentTransactionLiveData.postValue(null)
441441
}
442442

443443
companion object {

0 commit comments

Comments
 (0)