mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 12:35:04 -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 static final int PREVIOUS = 1;
|
||||
private static final int NEXT = 1;
|
||||
private static final int NEXT = 2;
|
||||
|
||||
private int mLastDirection = PREVIOUS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user