Small fix

This commit is contained in:
M66B 2021-01-03 10:06:08 +01:00
parent 09e2f65f57
commit 7598678275
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ public class MessageClassifier {
File file = getFile(context);
Helper.writeText(file, jroot.toString(2));
dirty = false;
Log.i("Classifier saved");
}