mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Fixed warnings
This commit is contained in:
@@ -1452,7 +1452,7 @@ public class FragmentCompose extends FragmentEx {
|
||||
|
||||
// Select account
|
||||
for (int pos = 0; pos < accounts.size(); pos++)
|
||||
if (accounts.get(pos).id == result.draft.account) {
|
||||
if (accounts.get(pos).id.equals(result.draft.account)) {
|
||||
spAccount.setSelection(pos);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user