Skip to content

Commit d38e77d

Browse files
committed
fix
1 parent 05e8c8e commit d38e77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atcb-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function atcb_set_fully_successful(host, data, multiDateModal = false) {
210210
// ICAL
211211
function atcb_subscribe_ical(data, fileUrl, host = null, keyboardTrigger = false) {
212212
// for Chrome on iOS, we can not directly open the file, but we can show a modal with instructions
213-
if ((atcbIsiOS() && !atcbIsSafari()) || data.fakeIOS) {
213+
if (atcbIsiOS() && !atcbIsSafari()) {
214214
atcb_ical_copy_note(host, fileUrl, data, keyboardTrigger);
215215
return;
216216
}

0 commit comments

Comments
 (0)