mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 11:11:45 +00:00
10 lines
345 B
Diff
10 lines
345 B
Diff
--- a/src/org/mariotaku/twidere/activity/support/HomeActivity.java
|
|
+++ b/src/org/mariotaku/twidere/activity/support/HomeActivity.java
|
|
@@ -896,7 +896,6 @@
|
|
return super.dispatchTouchEvent(ev);
|
|
}
|
|
|
|
- @Override
|
|
protected CustomViewBehind newCustomViewBehind(final Context context) {
|
|
return new MyCustomViewBehind(context, this);
|
|
}
|