Fix compilation

This commit is contained in:
ganfra 2026-03-09 21:19:29 +01:00
parent 7575d78d86
commit 0056a3f163
3 changed files with 5 additions and 1 deletions

View file

@ -10,5 +10,6 @@ package io.element.android.libraries.matrix.api.room.location
enum class AssetType {
SENDER,
PIN
PIN,
UNKNOWN
}