Skip to content

Commit

Permalink
sync: better success message (fixes #2354) (#3512)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
rlam20 and dogi authored May 28, 2024
1 parent db52d4f commit fe1e36e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1544
versionName "0.15.44"
versionCode 1545
versionName "0.15.45"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ class UploadManager(context: Context) : FileUploadService() {
e.printStackTrace()
}
}
}, Realm.Transaction.OnSuccess { listener.onSuccess("Crash log uploaded.") })
}, Realm.Transaction.OnSuccess {})
}

fun uploadSearchActivity() {
Expand Down

0 comments on commit fe1e36e

Please sign in to comment.