fix copy and pasta error

here
Andreas Shimokawa 2017-02-09 17:23:41 +01:00
parent 083b8db1ec
commit c0076b20d3
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class PebbleSupport extends AbstractSerialDeviceSupport {
notificationSpec.title = null;
notificationSpec.phoneNumber = null;
} else if (getContext().getString(R.string.p_pebble_privacy_mode_content).equals(currentPrivacyMode)) {
if (notificationSpec.sender != null) {if (notificationSpec.sender != null) {
if (notificationSpec.sender != null) {
notificationSpec.sender = "\n\n\n\n\n" + notificationSpec.sender;
} else if (notificationSpec.title != null) {
notificationSpec.title = "\n\n\n\n\n" + notificationSpec.title;