Extend touch area for start screen only

pull/207/head
M66B 4 years ago
parent 0bd493dadc
commit b47e71fdeb

@ -157,6 +157,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
} }
private void wire() { private void wire() {
if (!settings)
view.post(new Runnable() { view.post(new Runnable() {
@Override @Override
public void run() { public void run() {
@ -177,6 +178,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
view.setTouchDelegate(new TouchDelegate(rect, ibInbox)); view.setTouchDelegate(new TouchDelegate(rect, ibInbox));
} }
}); });
view.setOnClickListener(this); view.setOnClickListener(this);
view.setOnLongClickListener(this); view.setOnLongClickListener(this);
ibInbox.setOnClickListener(this); ibInbox.setOnClickListener(this);

Loading…
Cancel
Save