mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-05 19:41:57 +02:00
remove dead code
This commit is contained in:
parent
097be99446
commit
b3bebbd4d7
2 changed files with 0 additions and 16 deletions
|
@ -27,7 +27,5 @@ public interface BindableConversationItem extends Unbindable {
|
||||||
void setEventListener(@Nullable EventListener listener);
|
void setEventListener(@Nullable EventListener listener);
|
||||||
|
|
||||||
interface EventListener {
|
interface EventListener {
|
||||||
void onMessageSharedContactClicked(@NonNull List<Recipient> choices);
|
|
||||||
void onInviteSharedContactClicked(@NonNull List<Recipient> choices);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -731,20 +731,6 @@ public class ConversationFragment extends Fragment
|
||||||
actionMode = ((AppCompatActivity)getActivity()).startSupportActionMode(actionModeCallback);
|
actionMode = ((AppCompatActivity)getActivity()).startSupportActionMode(actionModeCallback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onMessageSharedContactClicked(@NonNull List<Recipient> choices) {
|
|
||||||
if (getContext() == null) return;
|
|
||||||
|
|
||||||
// ContactUtil.selectRecipientThroughDialog(getContext(), choices, locale, recipient -> {
|
|
||||||
// CommunicationActions.startConversation(getContext(), recipient, null);
|
|
||||||
// });
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onInviteSharedContactClicked(@NonNull List<Recipient> choices) {
|
|
||||||
if (getContext() == null) return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue