mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Improved logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user