mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-03 16:00:49 +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…
x
Reference in New Issue
Block a user