-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Actual behaviour
BaseActivity uses SharedPreferences directly and cherry-picks private implementation details from AppPreferencesImpl.
Expected behaviour
Application should use application abstraction AppPreferences.
AppPreferencesImpl is private implementation and shall not be touched.
Steps to reproduce
AndyScherzinger