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
Việc sử dụng enum name làm key trước khi lưu xuống Shared Preferences hay lưu xún bất cứ đâu đều rất nguy hiểm. Bởi vì ta có thể refactor enum name đó dẫn đến việc get data bị sai. Hãy tạo custom lint để phát hiện việc đó.
Related issues
Things to do
Việc sử dụng enum name làm key trước khi lưu xuống Shared Preferences hay lưu xún bất cứ đâu đều rất nguy hiểm. Bởi vì ta có thể refactor enum name đó dẫn đến việc get data bị sai. Hãy tạo custom lint để phát hiện việc đó.