Skip to content

Commit

Permalink
geo message save silent set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
pandric committed Feb 22, 2017
1 parent a57885a commit 2552745
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ private void saveMessage(Message message) {
}

message.setSeenTimestamp(0);
message.setSilent(false);
MobileMessagingCore.getInstance(context).getMessageStore().save(context, message);
}

Expand Down

0 comments on commit 2552745

Please sign in to comment.