Prevent crash

This commit is contained in:
M66B
2019-07-23 08:03:11 +02:00
parent c35e4a8b31
commit f22c8ce801
13 changed files with 0 additions and 26 deletions

View File

@@ -297,8 +297,6 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
public void onDestroyed() {
Log.i(AdapterAccount.this + " parent destroyed");
AdapterAccount.this.parentFragment = null;
AdapterAccount.this.context = null;
AdapterAccount.this.owner = null;
}
});
}

View File

@@ -180,8 +180,6 @@ public class AdapterAnswer extends RecyclerView.Adapter<AdapterAnswer.ViewHolder
public void onDestroyed() {
Log.i(AdapterAnswer.this + " parent destroyed");
AdapterAnswer.this.parentFragment = null;
AdapterAnswer.this.context = null;
AdapterAnswer.this.owner = null;
}
});

View File

@@ -310,8 +310,6 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
public void onDestroyed() {
Log.i(AdapterAttachment.this + " parent destroyed");
AdapterAttachment.this.parentFragment = null;
AdapterAttachment.this.context = null;
AdapterAttachment.this.owner = null;
}
});
}

View File

@@ -249,8 +249,6 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
public void onDestroyed() {
Log.i(AdapterContact.this + " parent destroyed");
AdapterContact.this.parentFragment = null;
AdapterContact.this.context = null;
AdapterContact.this.owner = null;
}
});
}

View File

@@ -670,8 +670,6 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
public void onDestroyed() {
Log.i(AdapterFolder.this + " parent destroyed");
AdapterFolder.this.parentFragment = null;
AdapterFolder.this.context = null;
AdapterFolder.this.owner = null;
}
});
}

View File

@@ -227,8 +227,6 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
public void onDestroyed() {
Log.i(AdapterIdentity.this + " parent destroyed");
AdapterIdentity.this.parentFragment = null;
AdapterIdentity.this.context = null;
AdapterIdentity.this.owner = null;
}
});
}

View File

@@ -195,8 +195,6 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
public void onDestroyed() {
Log.i(AdapterImage.this + " parent destroyed");
AdapterImage.this.parentFragment = null;
AdapterImage.this.context = null;
AdapterImage.this.owner = null;
}
});
}

View File

@@ -82,8 +82,6 @@ public class AdapterLog extends RecyclerView.Adapter<AdapterLog.ViewHolder> {
public void onDestroyed() {
Log.i(AdapterLog.this + " parent destroyed");
AdapterLog.this.parentFragment = null;
AdapterLog.this.context = null;
AdapterLog.this.owner = null;
}
});
}

View File

@@ -2971,8 +2971,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
public void onDestroyed() {
Log.i(AdapterMessage.this + " parent destroyed");
AdapterMessage.this.parentFragment = null;
AdapterMessage.this.context = null;
AdapterMessage.this.owner = null;
}
});
}

View File

@@ -228,8 +228,6 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
public void onDestroyed() {
Log.i(AdapterOperation.this + " parent destroyed");
AdapterOperation.this.parentFragment = null;
AdapterOperation.this.context = null;
AdapterOperation.this.owner = null;
}
});
}

View File

@@ -81,8 +81,6 @@ public class AdapterOrder extends RecyclerView.Adapter<AdapterOrder.ViewHolder>
public void onDestroyed() {
Log.i(AdapterOrder.this + " parent destroyed");
AdapterOrder.this.parentFragment = null;
AdapterOrder.this.context = null;
AdapterOrder.this.owner = null;
}
});
}

View File

@@ -297,8 +297,6 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
public void onDestroyed() {
Log.i(AdapterRule.this + " parent destroyed");
AdapterRule.this.parentFragment = null;
AdapterRule.this.context = null;
AdapterRule.this.owner = null;
}
});
}

View File

@@ -86,8 +86,6 @@ public class AdapterRuleMatch extends RecyclerView.Adapter<AdapterRuleMatch.View
@OnLifecycleEvent(Lifecycle.Event.ON_DESTROY)
public void onDestroyed() {
Log.i(AdapterRuleMatch.this + " parent destroyed");
AdapterRuleMatch.this.context = null;
AdapterRuleMatch.this.owner = null;
}
});
}