How to add fragment to back stack, but replacing last history ? Example below.
[frag1].addToBackStack(null)
-> [frag2].addToBackStack(null)
-> [frag3].addToBackStack(null) // need here replace frag2 in history (back button get to frag1)