joachim.reiss.
11/01/2017, 12:29 PM@Nullable of getActivity() is now enforced when compiling. In your opinion what is the best practice for when the activity must not be null ? Yelling activity!! ? activity ?: throw NullPointerException() ? Something else?