remove the fake importid

This commit is contained in:
tibbi 2017-07-25 21:32:07 +02:00
parent 2d6ecb068b
commit 9f3d0c2c6a
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class GoogleSyncHandler {
if (activity.isOnline()) {
Thread({
try {
val googleEvent = activity.getGoogleSyncService().events().get(PRIMARY, event.importId + "qw").execute()
val googleEvent = activity.getGoogleSyncService().events().get(PRIMARY, event.importId).execute()
} catch (e: GoogleJsonResponseException) {
val msg = String.format(activity.getString(R.string.google_sync_error_update), e.getGoogleMessageError())
activity.toast(msg, Toast.LENGTH_LONG)