2.3.0
- Modified how
public Fragment getCurrentFrag()
works. There were previously situations where a fragment had been transacted, and thus was on the stack, but the function was still returning the previous function. This should no longer be the case. - Made
void initialize(@TabIndex int index)
a public function. This can be useful if you want to clear all the stacks and start over.