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
fix: Encapsulate showCustomEventDialog as immutable LiveData
Make showCustomEventDialog a private MutableLiveData with a public
LiveData getter, following standard MVVM encapsulation. Add
resetShowCustomEventDialog() method so the fragment no longer writes
directly to the MutableLiveData.
https://claude.ai/code/session_01C7qvo8dKQfZ8tkbnWdyKFW
0 commit comments