mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Issue 679 allow much more history
git-svn-id: https://zxing.googlecode.com/svn/trunk@1700 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
e6d969b6f4
commit
7119d3878b
|
@ -57,7 +57,7 @@ public final class HistoryManager {
|
|||
|
||||
private static final String TAG = HistoryManager.class.getSimpleName();
|
||||
|
||||
private static final int MAX_ITEMS = 50;
|
||||
private static final int MAX_ITEMS = 500;
|
||||
//private static final String[] TEXT_COL_PROJECTION = { DBHelper.TEXT_COL };
|
||||
private static final String[] GET_ITEM_COL_PROJECTION = {
|
||||
DBHelper.TEXT_COL,
|
||||
|
|
Loading…
Reference in a new issue