You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Example:
()val liveArticleData = MutableLiveData
When liveArticleData.value is used compiler requires forced unwrap (!!)
Forced unwrap is considered last resort and poor programming practice.
Request:
To be able to initialize MutableLiveData at declartion, so do not have to check null.
The text was updated successfully, but these errors were encountered: