FragNav v2.3.0 Release Notes

Release Date: 2017-11-16 // over 6 years ago
    • 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.