mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
8be83cba18
commit
c553bf2562
|
@ -2812,7 +2812,11 @@ public class FragmentMessages extends FragmentBase
|
|||
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)) {
|
||||
adapter.notifyItemChanged(pos);
|
||||
|
|
Loading…
Reference in New Issue