1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-03 10:16:45 +00:00

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

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

View file

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