googlesamples / easypermissions

Simplify Android M system permissions
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
9.86k stars 1.46k forks source link

Changed getContext() to requireContext(), to ensure it is not null. #309

Closed seventhmoon closed 4 years ago

seventhmoon commented 4 years ago

Changed getContext() to requireContext(), to ensure it is not null.

samtstern commented 4 years ago

@seventhmoon lgtm thank you!