Set guessed folder type properties

This commit is contained in:
M66B
2020-02-06 12:24:32 +01:00
parent f7023f0c5a
commit 06f8be22f2
3 changed files with 5 additions and 0 deletions

View File

@@ -670,6 +670,7 @@ public class FragmentAccount extends FragmentBase {
}
if (!has) {
guess.type = gtype;
guess.setProperties();
Log.i(guess.name + " guessed type=" + gtype);
}
}