remove the fake importid
This commit is contained in:
parent
2d6ecb068b
commit
9f3d0c2c6a
|
@ -76,7 +76,7 @@ class GoogleSyncHandler {
|
||||||
if (activity.isOnline()) {
|
if (activity.isOnline()) {
|
||||||
Thread({
|
Thread({
|
||||||
try {
|
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) {
|
} catch (e: GoogleJsonResponseException) {
|
||||||
val msg = String.format(activity.getString(R.string.google_sync_error_update), e.getGoogleMessageError())
|
val msg = String.format(activity.getString(R.string.google_sync_error_update), e.getGoogleMessageError())
|
||||||
activity.toast(msg, Toast.LENGTH_LONG)
|
activity.toast(msg, Toast.LENGTH_LONG)
|
||||||
|
|
Loading…
Reference in New Issue