Now rather than passing in the MainActivity through the package
constructor, use getCurrentActivity to get a reference to an Activity
instance.
This is actually one of my first times opening a PR for an open source project, so apologies if I'm missing anything. I'm very open to feedback and fixing anything that doesn't look right!
Fixes #26
Now rather than passing in the MainActivity through the package constructor, use getCurrentActivity to get a reference to an Activity instance.
This is actually one of my first times opening a PR for an open source project, so apologies if I'm missing anything. I'm very open to feedback and fixing anything that doesn't look right!