Fix calendar widget animation

This commit is contained in:
MM20
2024-05-16 23:22:10 +02:00
parent 417c2e2972
commit f7f0e54f2e
2 changed files with 15 additions and 8 deletions
@@ -0,0 +1,8 @@
package de.mm20.launcher2
data class Quadruple<out A, out B, out C, out D>(
val first: A,
val second: B,
val third: C,
val fourth: D
)