mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
remove android 4 compatibility code
This commit is contained in:
parent
a51013cc00
commit
0ca92ec6b5
74 changed files with 207 additions and 1077 deletions
|
@ -78,7 +78,6 @@ public class QuoteView extends FrameLayout implements RecipientForeverObserver {
|
|||
initialize(attrs);
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
|
||||
public QuoteView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
|
||||
super(context, attrs, defStyleAttr, defStyleRes);
|
||||
initialize(attrs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue