Send My Location (#770)

- https://github.com/vector-im/element-meta/issues/1682
This commit is contained in:
Marco Romano 2023-07-19 11:58:13 +02:00 committed by GitHub
parent 6520419c4b
commit 278f8ae4c6
55 changed files with 1351 additions and 767 deletions

View file

@ -16,6 +16,6 @@
package io.element.android.services.toolbox.api.systemclock
interface SystemClock {
fun interface SystemClock {
fun epochMillis(): Long
}