Disable alternative wikivoyage article card design
This commit is contained in:
parent
ef1577d5f1
commit
9f10e3f0bc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class SavedArticlesRvAdapter extends RecyclerView.Adapter<RecyclerView.Vi
|
|||
private static final int HEADER_TYPE = 0;
|
||||
private static final int ITEM_TYPE = 1;
|
||||
|
||||
private static final boolean USE_ALTERNATIVE_CARD = true;
|
||||
private static final boolean USE_ALTERNATIVE_CARD = false;
|
||||
|
||||
private final OsmandApplication app;
|
||||
|
||||
|
|
Loading…
Reference in a new issue