mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
don't reject call on notification dismiss
This commit is contained in:
@@ -433,8 +433,7 @@ public class NotificationCenter {
|
||||
.setOnlyAlertOnce(false)
|
||||
.setTicker(name)
|
||||
.setContentTitle(name)
|
||||
.setContentText("Incoming Call")
|
||||
.setDeleteIntent(declineCallIntent);
|
||||
.setContentText("Incoming Call");
|
||||
|
||||
builder.addAction(
|
||||
new NotificationCompat.Action.Builder(
|
||||
|
||||
Reference in New Issue
Block a user