feat: 'New event' Quick Settings tile #32
@@ -15,6 +15,9 @@ import kotlin.time.Clock
|
|||||||
*/
|
*/
|
||||||
class NewEventTileService : TileService() {
|
class NewEventTileService : TileService() {
|
||||||
|
|
||||||
|
// The pre-34 branch intentionally uses the deprecated Intent overload: it is
|
||||||
|
// the only form available below UpsideDownCake, and is reached only there.
|
||||||
|
@Suppress("DEPRECATION", "StartActivityAndCollapseDeprecated")
|
||||||
override fun onClick() {
|
override fun onClick() {
|
||||||
super.onClick()
|
super.onClick()
|
||||||
val today = Clock.System.now()
|
val today = Clock.System.now()
|
||||||
@@ -33,7 +36,6 @@ class NewEventTileService : TileService() {
|
|||||||
)
|
)
|
||||||
startActivityAndCollapse(pending)
|
startActivityAndCollapse(pending)
|
||||||
} else {
|
} else {
|
||||||
@Suppress("DEPRECATION")
|
|
||||||
startActivityAndCollapse(intent)
|
startActivityAndCollapse(intent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user