mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
fix messages with push flag *and* sms flag set...
// FREEBIE
This commit is contained in:
parent
82d7300fc0
commit
8999e5fc54
@ -135,7 +135,7 @@ public abstract class MessageRecord extends DisplayRecord {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isPush() {
|
public boolean isPush() {
|
||||||
return SmsDatabase.Types.isPushType(type);
|
return SmsDatabase.Types.isPushType(type) && !SmsDatabase.Types.isForcedSms(type);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isForcedSms() {
|
public boolean isForcedSms() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user