Added ruler to nav categories

This commit is contained in:
M66B
2022-03-24 14:12:47 +01:00
parent 9613cd2b27
commit f52bdae2b3
2 changed files with 14 additions and 8 deletions

View File

@@ -489,9 +489,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
}
private View getView(View view, RecyclerView parent, int pos) {
if (nav_pinned)
return null;
if (pos == NO_POSITION)
return null;