mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
remove the fake importid
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user