11 lines
345 B
Diff
11 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);
|
|
}
|