mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Added forgotten null terminator for the title field
This commit is contained in:
parent
4386f321a3
commit
7ed2f90fde
@ -63,7 +63,7 @@ public class AmazfitGTS2MiniSupport extends AmazfitGTS2Support {
|
|||||||
message = "-\0"; //if the sender is not accepted, whatever goes in this field is ignored
|
message = "-\0"; //if the sender is not accepted, whatever goes in this field is ignored
|
||||||
message += senderOrTitle;
|
message += senderOrTitle;
|
||||||
} else {
|
} else {
|
||||||
message = senderOrTitle;
|
message = senderOrTitle + "\0";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(notificationSpec.subject != null) {
|
if(notificationSpec.subject != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user