mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Improved logging
This commit is contained in:
parent
8be83cba18
commit
c553bf2562
1 changed files with 5 additions and 1 deletions
|
@ -2812,7 +2812,11 @@ public class FragmentMessages extends FragmentBase
|
||||||
actionType = null;
|
actionType = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.i("Swiped dir=" + direction + " message=" + message.id);
|
Log.i("Swiped dir=" + direction +
|
||||||
|
" action=" + action +
|
||||||
|
" type=" + actionType +
|
||||||
|
" message=" + message.id +
|
||||||
|
" folder=" + message.folderType);
|
||||||
|
|
||||||
if (EntityMessage.SWIPE_ACTION_ASK.equals(action)) {
|
if (EntityMessage.SWIPE_ACTION_ASK.equals(action)) {
|
||||||
adapter.notifyItemChanged(pos);
|
adapter.notifyItemChanged(pos);
|
||||||
|
|
Loading…
Reference in a new issue