mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 06:08:25 -05:00
replaced entrySet + getKey with keySet
This commit is contained in:
parent
3d327763b5
commit
df75853c64
@ -560,7 +560,7 @@ public class StorageManager {
|
||||
*/
|
||||
public String getDefaultProviderId() {
|
||||
// assume there is at least 1 provider defined
|
||||
return mProviders.entrySet().iterator().next().getKey();
|
||||
return mProviders.keySet().iterator().next();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user