mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 04:45:50 +01:00
Fixed invalid fail quick setup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user