mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 18:57:36 +01:00
amazfitbit support: fix typo
senderOrTiltle -> senderOrTitle
This commit is contained in:
parent
ad0dbcb96a
commit
c845e16cfa
@ -85,9 +85,9 @@ public class AmazfitBipSupport extends HuamiSupport {
|
||||
return;
|
||||
}
|
||||
|
||||
String senderOrTiltle = StringUtils.getFirstOf(notificationSpec.sender, notificationSpec.title);
|
||||
String senderOrTitle = StringUtils.getFirstOf(notificationSpec.sender, notificationSpec.title);
|
||||
|
||||
String message = StringUtils.truncate(senderOrTiltle, 32) + "\0";
|
||||
String message = StringUtils.truncate(senderOrTitle, 32) + "\0";
|
||||
if (notificationSpec.subject != null) {
|
||||
message += StringUtils.truncate(notificationSpec.subject, 128) + "\n\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user