commit | 47755301d3886aeef7c94d20ed6607b03c15137e | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Mon Nov 01 12:54:24 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Nov 01 12:54:24 2010 -0700 |
tree | 3e4cbfeec5a1d6887f5ffaaf81e39403e0154175 | |
parent | 9c11682392025146f28b946906df0c5288d3c903 [diff] | |
parent | 014656a717f343c83c6d5933b2fcbaece3af9ea7 [diff] |
Merge "Smooth transition for directory photos"
diff --git a/src/com/android/contacts/socialwidget/SocialWidgetSettings.java b/src/com/android/contacts/socialwidget/SocialWidgetSettings.java index 4377991..8469d61 100644 --- a/src/com/android/contacts/socialwidget/SocialWidgetSettings.java +++ b/src/com/android/contacts/socialwidget/SocialWidgetSettings.java
@@ -54,6 +54,6 @@ } else { editor.putString(getSettingsString(widgetId), contactLookupUri.toString()); } - editor.commit(); + editor.apply(); } }