Is it okay to use !! on DateFormat.parse()? I get ...
# android
i
Is it okay to use !! on DateFormat.parse()? I get NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS
g
Isn't parse is non nullable? Why do you need !!
i
I don’t know, Android Studio 3.6 RC or Android Lint put warning for it