i'm trying to replace default back button icon on toolbar like this:
toolbar.navigationIcon = R.drawable.lalala
it's fine, and it's working. But, when i'm trying to click back button, for a half second i can see default icon instead of mine. What i can do wrong ?
I'm using fragments and JetPack navigation.