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