mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 04:46:51 +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 += senderOrTitle;
|
||||
} else {
|
||||
message = senderOrTitle;
|
||||
message = senderOrTitle + "\0";
|
||||
}
|
||||
|
||||
if(notificationSpec.subject != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user