mirror of
https://github.com/oasisfeng/deagle.git
synced 2025-01-09 04:10:03 +08:00
FIX: Scopes.app() uses incorrect file name of shared preferences.
This commit is contained in:
parent
3a190fa2f5
commit
6e08d6dcbd
@ -129,7 +129,7 @@ class VersionScope extends SharedPrefsBasedScopeImpl {
|
||||
|
||||
class AppScope extends SharedPrefsBasedScopeImpl {
|
||||
|
||||
AppScope(final Context context) { super(CrossProcessSharedPreferences.get(context, Scopes.KPrefsNameVersionScope)); }
|
||||
AppScope(final Context context) { super(CrossProcessSharedPreferences.get(context, Scopes.KPrefsNameAppScope)); }
|
||||
}
|
||||
|
||||
class SharedPrefsBasedScopeImpl implements Scope {
|
||||
|
Loading…
Reference in New Issue
Block a user