Revert the last view fix as this made problems in edit mode
This commit is contained in:
parent
b9d5a73823
commit
d383ea5899
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ public class PassViewHolder extends RecyclerView.ViewHolder {
|
|||
dateForIntent = null;
|
||||
}
|
||||
|
||||
|
||||
final boolean noButtons = dateForIntent == null && !(pass.getLocations().size() > 0);
|
||||
if (noButtons) {
|
||||
actionsSeparator.setVisibility(View.GONE);
|
||||
|
|
Loading…
Reference in a new issue