Handle promise rejection exceptions from actionSheet (#6817)
* Add catches to jellyfin * Undo format changes to actionSheet * formatting * Remove logging * commented block for screenshot * Handle another case * weird indentation fix * Add myself as a contributor
This commit is contained in:
@@ -34,7 +34,7 @@ export function showLayoutMenu (button, currentLayout, views) {
|
||||
$(button).trigger('layoutchange', [id]);
|
||||
}
|
||||
}
|
||||
});
|
||||
}).catch(() => { /* no-op */ });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user