Marc Knaup
03/20/2020, 10:49 AMAraib
03/20/2020, 11:25 AMMarc Knaup
03/20/2020, 11:28 AMactivity
is expected to be non-null
at this point, so they should use !!
instead (or requireActivity()
). Otherwise an unexpected state would go unnoticed.Alejandro Rios
03/20/2020, 12:00 PM