Added lifecycle logging

This commit is contained in:
M66B
2019-03-27 13:24:58 +00:00
parent e3f018aaa2
commit e4e64e21c6
5 changed files with 21 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
private RecyclerView rvChilds;
private AdapterFolder childs;
private TwoStateOwner cowner = new TwoStateOwner(owner);
private TwoStateOwner cowner = new TwoStateOwner(owner, "AdapterFolder");
private final static int action_synchronize_now = 1;
private final static int action_delete_local = 2;