Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/java/com/etesync/syncadapter/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/20102.txt
Original file line number Diff line number Diff line change
@@ -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.