null check for skip notice

This commit is contained in:
Ajay
2022-01-14 14:57:46 -05:00
parent 16f4ab53b6
commit cf01679f16

View File

@@ -265,7 +265,7 @@ function resetValues() {
isAdPlaying = false;
for (let i = 0; i < skipNotices.length; i++) {
skipNotices.pop().close();
skipNotices.pop()?.close();
}
skipButtonControlBar?.disable();