mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
09e2f65f57
commit
7598678275
|
@ -265,6 +265,8 @@ public class MessageClassifier {
|
|||
File file = getFile(context);
|
||||
Helper.writeText(file, jroot.toString(2));
|
||||
|
||||
dirty = false;
|
||||
|
||||
Log.i("Classifier saved");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue