mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Clarify
This commit is contained in:
parent
6a03e62f52
commit
1ec2c5b095
@ -5475,7 +5475,9 @@ public class MessagingController implements Runnable {
|
|||||||
while (memIt.hasNext()) {
|
while (memIt.hasNext()) {
|
||||||
Entry<String, Memory> memoryEntry = memIt.next();
|
Entry<String, Memory> memoryEntry = memIt.next();
|
||||||
|
|
||||||
if (memoryEntry.getValue().account.getUuid().equals(account.getUuid())) {
|
String uuidForMemory = memoryEntry.getValue().account.getUuid();
|
||||||
|
|
||||||
|
if (uuidForMemory.equals(account.getUuid())) {
|
||||||
memIt.remove();
|
memIt.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user