Make history bigger

This commit is contained in:
serso 2017-07-24 16:33:53 +02:00
parent 7aebabb8d5
commit bd0c3233a3

View File

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