Converted WhatsNewActivity to BottomSheetDialogFragment

This commit is contained in:
Prathamesh More 2022-04-21 17:07:57 +05:30
parent dabdcc1d31
commit c5a25c200c
9 changed files with 73 additions and 63 deletions

View file

@ -14,6 +14,7 @@ import com.bumptech.glide.load.resource.bitmap.BitmapTransformation
import java.security.MessageDigest
@Suppress("Deprecation")
class BlurTransformation : BitmapTransformation {
private var context: Context? = null