I have been using the lib in a couple apps of mine and I have run into NPEs. In the builder patterns where I am doing `companion.getActivity()!!`, for example, could have a null activity.
I have been using the lib in a couple apps of mine and I have run into NPEs.
In the builder patterns where I am doing
companion.getActivity()!!, for example, could have a null activity.