Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some bugs and improved performances #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed some bugs and improved performances #4

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 13, 2016

Minor improvements and bug fixes

.commit(); -> .apply();
deleted static byte[] voids because Innit classes cannot have static declaration
collapsed some double catch { ...
improved code to be safest and fastest

.commit(); -> .apply();
deleted static byte[] voids because Innit classes cannot have static declaration
collapsed some double catch { ...
improved code to be safest and fastest
@@ -144,7 +140,7 @@ public String getString(String key) throws SecurePreferencesException {
}

public void clear() {
preferences.edit().clear().commit();
preferences.edit().clear().apply();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apply(); mechanism is more used and stable than commit();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant