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

@@ -259,7 +259,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private AdapterAttachment adapterAttachment;
private AdapterImage adapterImage;
private TwoStateOwner cowner = new TwoStateOwner(owner);
private TwoStateOwner cowner = new TwoStateOwner(owner, "AdapterMessage");
private WebView printWebView = null;