pull/242/merge
Alejandro Criado-Pérez 3 months ago committed by GitHub
commit fa4161630f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -147,7 +147,7 @@ class App : Application() {
}
/** Init the preferences version of the app.
* This is used to initialise the first version if not alrady set. */
* This is used to initialise the first version if not already set. */
private fun initPrefVersion() {
val prefs = getSharedPreferences("app", Context.MODE_PRIVATE)
if (prefs.getInt(PREF_VERSION, 0) == 0) {

@ -1,2 +1,2 @@
* Fix crash when generating email invitations while using a French locale
* Uptdate etebase dep to fix issue with custom urls not ending with a slash.
* Update etebase dep to fix issue with custom urls not ending with a slash.

Loading…
Cancel
Save