Fixed invalid fail quick setup

This commit is contained in:
M66B
2021-10-10 19:39:57 +02:00
parent 09813ad8dc
commit f42faeef8a
2 changed files with 2 additions and 1 deletions

View File

@@ -484,6 +484,7 @@ public class FragmentQuickSetup extends FragmentBase {
db.endTransaction();
}
fail = null;
break;
} catch (Throwable ex) {
Log.w(ex);