mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
remove unnecessary overrides
This commit is contained in:
parent
7ccf26d0e7
commit
5bc3157d2e
3 changed files with 0 additions and 20 deletions
|
@ -108,11 +108,6 @@ public class QuoteView extends FrameLayout implements RecipientForeverObserver {
|
|||
dismissView.setOnClickListener(view -> setVisibility(GONE));
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDetachedFromWindow() {
|
||||
super.onDetachedFromWindow();
|
||||
}
|
||||
|
||||
public void setQuote(GlideRequests glideRequests,
|
||||
DcMsg msg,
|
||||
@Nullable Recipient author,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue