mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-26 17:08:29 +00:00
Allow in notification reply to multi message if you can reply to latest.
This commit is contained in:
parent
cd995aca56
commit
100359e38d
@ -209,7 +209,7 @@ public class NotificationState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean canReply() {
|
public boolean canReply() {
|
||||||
return notifications.size() == 1 && notifications.get(0).canReply();
|
return notifications.size() >= 1 && notifications.get(0).canReply();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user