You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace FragmentManager#popBackStackImmediate with FragmentManager#popBackStack for the Flowr#clearBackStack() call. This improves performance when combing the clear back stack call with other transactions, as it remove the need to wait for the clear stack transaction to be executed before queuing the other transactions.
Remove the no longer needed fragment replace issue workaround, as it was fixed in support library version 25.1.0.
Start generating sources and java docs artifacts when building the library.
Update support library to version 26.1.0 and build tools to version 16.0.1.