File tree Expand file tree Collapse file tree
app/src/main/java/com/etesync/syncadapter
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class App : Application() {
152152 }
153153
154154 /* * Init the preferences version of the app.
155- * This is used to initialise the first version if not alrady set. */
155+ * This is used to initialise the first version if not already set. */
156156 private fun initPrefVersion () {
157157 val prefs = getSharedPreferences(" app" , Context .MODE_PRIVATE )
158158 if (prefs.getInt(PREF_VERSION , 0 ) == 0 ) {
Original file line number Diff line number Diff line change 11* Fix crash when generating email invitations while using a French locale
2- * Uptdate etebase dep to fix issue with custom urls not ending with a slash.
2+ * Update etebase dep to fix issue with custom urls not ending with a slash.
You can’t perform that action at this time.
0 commit comments