mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 18:26:20 +00:00
Fixed invalid fail quick setup
This commit is contained in:
parent
09813ad8dc
commit
f42faeef8a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -484,6 +484,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
|||
db.endTransaction();
|
||||
}
|
||||
|
||||
fail = null;
|
||||
break;
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
|
|
Loading…
Reference in a new issue