Make history bigger
This commit is contained in:
parent
7aebabb8d5
commit
bd0c3233a3
@ -10,7 +10,7 @@ import java.util.List;
|
||||
|
||||
public class RecentHistory {
|
||||
|
||||
private static final int MAX_HISTORY = 40;
|
||||
private static final int MAX_HISTORY = 100;
|
||||
|
||||
@NonNull
|
||||
private final List<HistoryState> list = new LinkedList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user