1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-28 12:56:49 +01:00

fix copy and pasta error

This commit is contained in:
Andreas Shimokawa 2017-02-09 17:23:41 +01:00
parent 083b8db1ec
commit c0076b20d3

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;