1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

remembering next/prev will work better if they don't use the same constant

This commit is contained in:
Jesse Vincent 2009-11-30 04:14:24 +00:00
parent 9552114075
commit b54dab0c7f

View File

@ -126,7 +126,7 @@ public class MessageView extends K9Activity
private Message mMessage;
private static final int PREVIOUS = 1;
private static final int NEXT = 1;
private static final int NEXT = 2;
private int mLastDirection = PREVIOUS;