Skip to content

2.3.0

Compare
Choose a tag to compare
@ncapdevi ncapdevi released this 16 Nov 17:58
· 202 commits to master since this release
  • 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.