Closed emauro closed 6 years ago
It is not possible to check if a tutorial was shown or not using showOnce. Since che sharedpreferences is private it is not possible to check if the key exists or not.
In my PR #25, I created a new method isShowOnce() and resetShowOnce() to get and set tutorial status.
It is not possible to check if a tutorial was shown or not using showOnce. Since che sharedpreferences is private it is not possible to check if the key exists or not.