kopia lustrzana https://github.com/ryukoposting/Signal-Android
Allow in notification reply to multi message if you can reply to latest.
rodzic
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();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue