mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 13:34:00 +02:00
Refactoring
This commit is contained in:
@@ -8162,6 +8162,10 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
return this;
|
||||
}
|
||||
|
||||
boolean isAccross() {
|
||||
return (sourceAccount.id != targetAccount.id);
|
||||
}
|
||||
|
||||
protected MessageTarget(Parcel in) {
|
||||
id = in.readLong();
|
||||
sourceAccount = (Account) in.readSerializable();
|
||||
@@ -8181,10 +8185,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
dest.writeInt(copy ? 1 : 0);
|
||||
}
|
||||
|
||||
boolean isAccross() {
|
||||
return (sourceAccount.id != targetAccount.id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int describeContents() {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user