mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-16 21:20:48 +00:00
なぜかハードコーディングされてたので修正
This commit is contained in:
parent
29a77307a1
commit
c6056dd033
@ -21,6 +21,6 @@ public class SharedPrefImpl implements SharedPref{
|
||||
|
||||
@Override
|
||||
public SharedPreferences getSharedPreferencesByTag(SharedPrefType sharedPrefType) {
|
||||
return applicationContext.getSharedPreferences(SharedPrefType.COMMON.getTag(), Context.MODE_PRIVATE);
|
||||
return applicationContext.getSharedPreferences(sharedPrefType.getTag(), Context.MODE_PRIVATE);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user