Closed Zhuinden closed 7 years ago
Never had to use these in any of my use-cases so far, and clutters onViewRestored() (one of the primary callbacks) with a boolean that doesn't really do anything.
onViewRestored()
Should it just be removed?
Kept restoreFromBundle, but forcedWithBundler flag is removed by https://github.com/Zhuinden/flowless/commit/397a550c4b872019e90b8a28e1a31ee4485e03c2
restoreFromBundle
forcedWithBundler
Never had to use these in any of my use-cases so far, and clutters
onViewRestored()
(one of the primary callbacks) with a boolean that doesn't really do anything.Should it just be removed?