1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

Improved logging

This commit is contained in:
M66B 2022-09-06 18:07:18 +02:00
parent 8be83cba18
commit c553bf2562

View file

@ -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);