mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-25 00:57:33 +01:00
Lefun: Fix typo
This commit is contained in:
parent
741fdbcbd2
commit
b225ab98a8
@ -98,7 +98,7 @@ public class SendNotificationRequest extends AbstractSendNotificationRequest {
|
|||||||
message += notification.sender + " - ";
|
message += notification.sender + " - ";
|
||||||
} else if (notification.title != null && !notification.title.isEmpty()) {
|
} else if (notification.title != null && !notification.title.isEmpty()) {
|
||||||
message += notification.title + " - ";
|
message += notification.title + " - ";
|
||||||
} else if (notification.subject != null && !notification.sender.isEmpty()) {
|
} else if (notification.subject != null && !notification.subject.isEmpty()) {
|
||||||
message += notification.subject + " - ";
|
message += notification.subject + " - ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user