mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
update a comment about an uncommon code path
This commit is contained in:
parent
8d9c074a27
commit
2a4792eb60
@ -2577,7 +2577,8 @@ public class MessageList
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// TODO is this branch ever reached/executed?
|
// This branch code is triggered when the local store
|
||||||
|
// hands us an invalid message
|
||||||
|
|
||||||
holder.chip.getBackground().setAlpha(0);
|
holder.chip.getBackground().setAlpha(0);
|
||||||
holder.subject.setText("No subject");
|
holder.subject.setText("No subject");
|
||||||
|
Loading…
Reference in New Issue
Block a user