mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Improve Call Notification UX when things don't go as planned.
This commit is contained in:
committed by
Alex Hart
parent
b053fbc4a7
commit
d8dead82b6
@@ -67,6 +67,7 @@ public interface BindableConversationItem extends Unbindable {
|
||||
void onSafetyNumberLearnMoreClicked(@NonNull Recipient recipient);
|
||||
void onJoinGroupCallClicked();
|
||||
void onInviteFriendsToGroupClicked(@NonNull GroupId.V2 groupId);
|
||||
void onEnableCallNotificationsClicked();
|
||||
|
||||
/** @return true if handled, false if you want to let the normal url handling continue */
|
||||
boolean onUrlClicked(@NonNull String url);
|
||||
|
||||
Reference in New Issue
Block a user