comments & rename

This commit is contained in:
TobiGr 2021-10-18 13:11:44 +02:00
parent edf900ccd2
commit e7b06ca4c7
4 changed files with 29 additions and 10 deletions

View file

@ -10,6 +10,10 @@ import io.reactivex.rxjava3.core.SingleEmitter
import io.reactivex.rxjava3.core.SingleOnSubscribe
import org.schabi.newpipe.util.PicassoHelper
/**
* Helper class to handle loading and resizing of icons
* which are used going to be used in notifications.
*/
internal class NotificationIcon(
context: Context,
private val url: String,