mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Prevent crash
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user