mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-14 21:45:14 -05:00
remembering next/prev will work better if they don't use the same constant
This commit is contained in:
parent
9552114075
commit
b54dab0c7f
@ -126,7 +126,7 @@ public class MessageView extends K9Activity
|
|||||||
private Message mMessage;
|
private Message mMessage;
|
||||||
|
|
||||||
private static final int PREVIOUS = 1;
|
private static final int PREVIOUS = 1;
|
||||||
private static final int NEXT = 1;
|
private static final int NEXT = 2;
|
||||||
|
|
||||||
private int mLastDirection = PREVIOUS;
|
private int mLastDirection = PREVIOUS;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user