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:
parent
083b8db1ec
commit
c0076b20d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user