Advertisement
bmote

Untitled

Sep 23rd, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.49 KB | None | 0 0
  1.             if (extras.containsKey(KEY_EXTRAS_ACTION_UPDATE_CONTACT_PHOTO)) {
  2.                 action = ActionType.UPDATED_FAVORITE;
  3.                 Log.i(TAG, "Received push, UPDATE_FAVORITE_PHOTO");
  4.                 this.updatedContact = jsonParser.fromJson(extras.getString(KEY_EXTRAS_ACTION_UPDATE_CONTACT_PHOTO), Contact.class);
  5.                 EventBus.post(new SaveContactPictureEvent(updatedContact, updatedContact.getThumbdata(), R.id.call_number_save_contact_picture));
  6.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement