mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-25 20:58:28 +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() {
|
||||
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