mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-11 20:50:19 -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;
|
private boolean mExists;
|
||||||
|
|
||||||
public ImapFolder(String name) {
|
public ImapFolder(String name) {
|
||||||
this.mName += name;
|
this.mName = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getPrefixedName() {
|
public String getPrefixedName() {
|
||||||
|
Loading…
Reference in New Issue
Block a user