mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 04:25:08 -05:00
Changed a += of a null string back to the appropriate = sign.
This commit is contained in:
parent
734606f261
commit
c1ad8cffaa
@ -303,7 +303,7 @@ public class ImapStore extends Store {
|
||||
private boolean mExists;
|
||||
|
||||
public ImapFolder(String name) {
|
||||
this.mName += name;
|
||||
this.mName = name;
|
||||
}
|
||||
|
||||
public String getPrefixedName() {
|
||||
|
Loading…
Reference in New Issue
Block a user