mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-16 06:25:06 -05:00
Remove fading edges.
This commit is contained in:
parent
595f591245
commit
cbfe353378
@ -691,6 +691,7 @@ public class MessageList extends K9ListActivity implements OnItemClickListener,
|
||||
mPreviewLines = K9.messageListPreviewLines();
|
||||
|
||||
initializeMessageList(getIntent(), true);
|
||||
getListView().setVerticalFadingEdgeEnabled(false);
|
||||
|
||||
// Enable gesture detection for MessageLists
|
||||
mGestureDetector = new GestureDetector(new SwipeGestureDetector(this, this));
|
||||
|
Loading…
Reference in New Issue
Block a user