Added a comment regarding the async call to get the instance info.

This commit is contained in:
PhotonQyv 2017-09-14 19:45:54 +01:00
parent daa955e47a
commit 5af87d9c13
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ public class StatusListAdapter extends BaseAdapter implements OnPostActionInterf
pins = new ArrayList<>();
// Perhaps this could be moved to the Helper class, to get the instance version.
new RetrieveInstanceAsyncTask(context, StatusListAdapter.this).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
}