mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 05:07:40 +00:00
Correct error for tagging multi-target messages
This commit is contained in:
parent
26335464f1
commit
6a6b41db49
@ -472,7 +472,7 @@ public class SMSHelper {
|
||||
// This usually means the addresses list is at least 2 long, but there are cases (special
|
||||
// telco service messages) where it is not (only 1 long in that case, just the "sender")
|
||||
|
||||
if (addresses.size() > 2) {
|
||||
if (addresses.size() >= 2) {
|
||||
// TODO: Handle addresses for multi-target MMS
|
||||
// Probably we will need to figure out the user's address at this point and strip it out of the list
|
||||
event = addEventFlag(event, Message.EVENT_MULTI_TARGET);
|
||||
|
Loading…
x
Reference in New Issue
Block a user