Revert the last view fix as this made problems in edit mode

This commit is contained in:
ligi 2015-03-04 23:47:43 +01:00
parent b9d5a73823
commit d383ea5899

View file

@ -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);