Use loader for debug info

This commit is contained in:
M66B
2018-08-10 11:15:09 +00:00
parent 511789993c
commit c6ca47bd4f
3 changed files with 42 additions and 30 deletions

View File

@@ -73,6 +73,7 @@ public class ActivityView extends ActivityBase implements FragmentManager.OnBack
static final int LOADER_MESSAGE_MOVE = 9;
static final int LOADER_MESSAGE_ARCHIVE = 10;
static final int LOADER_SEEN_UNTIL = 11;
static final int LOADER_DEBUG_INFO = 12;
static final int REQUEST_VIEW = 1;
static final int REQUEST_UNSEEN = 2;