Remove log statement

This commit is contained in:
MM20 2021-12-17 21:55:39 +01:00
parent 2fa043ef8e
commit d2897a1d6d
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -100,7 +100,6 @@ class LauncherActivity : AppCompatActivity() {
if(field == value) return
field = value
if (!isAtLeastApiLevel(31)) return
Log.d("MM20", field.toString())
window.attributes = window.attributes.also {
if (value) {
it.blurBehindRadius = (16 * dp).toInt()