mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-05 19:41:57 +02:00
remove unnecessary overrides
This commit is contained in:
parent
7ccf26d0e7
commit
5bc3157d2e
3 changed files with 0 additions and 20 deletions
|
@ -295,11 +295,6 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
ConversationListRelayingActivity.finishActivity();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
|
@ -328,11 +323,6 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
AudioSlidePlayer.stopAll();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onConfigurationChanged(Configuration newConfig) {
|
||||
Log.i(TAG, "onConfigurationChanged(" + newConfig.orientation + ")");
|
||||
|
|
|
@ -58,11 +58,6 @@ public class ConversationItemFooter extends LinearLayout {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDetachedFromWindow() {
|
||||
super.onDetachedFromWindow();
|
||||
}
|
||||
|
||||
public void setMessageRecord(@NonNull DcMsg messageRecord, @NonNull Locale locale) {
|
||||
presentDate(messageRecord, locale);
|
||||
secureIndicatorView.setVisibility(messageRecord.isSecure() ? View.VISIBLE : View.GONE);
|
||||
|
|
|
@ -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