Fixed invalid fail quick setup

pull/206/head
M66B 3 years ago
parent 09813ad8dc
commit f42faeef8a

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1757 } def getVersionCode = { -> return 1757 }
def getRevision = { -> "c" } def getRevision = { -> "d" }
def getReleaseName = { -> return "Banji" } def getReleaseName = { -> return "Banji" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

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

Loading…
Cancel
Save