Open
Description
This issue is to decide how to approach the notification permission request for the cases we don't have a screen for the user to interact. Currently we are requesting notification permission on the first screen, but we are trying to request it when is actual necessary. See for more context: #2698
For example: Playback errors, Fix Download Complete, etc
For the case of Fix Download Complete we have a place for the user to interact, but I am not sure if it makes to request user's notification permission for fixing downloads just because this button also triggers a notification.