Remove log statement
This commit is contained in:
parent
2fa043ef8e
commit
d2897a1d6d
@ -100,7 +100,6 @@ class LauncherActivity : AppCompatActivity() {
|
|||||||
if(field == value) return
|
if(field == value) return
|
||||||
field = value
|
field = value
|
||||||
if (!isAtLeastApiLevel(31)) return
|
if (!isAtLeastApiLevel(31)) return
|
||||||
Log.d("MM20", field.toString())
|
|
||||||
window.attributes = window.attributes.also {
|
window.attributes = window.attributes.also {
|
||||||
if (value) {
|
if (value) {
|
||||||
it.blurBehindRadius = (16 * dp).toInt()
|
it.blurBehindRadius = (16 * dp).toInt()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user