mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Revert unused companion object.
This commit is contained in:
parent
f4429d4c9c
commit
055bf6d302
1 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,4 @@ import io.realm.annotations.RealmClass
|
|||
internal open class RoomAccountDataEntity(
|
||||
@Index var type: String? = null,
|
||||
var contentStr: String? = null
|
||||
) : RealmObject() {
|
||||
|
||||
companion object
|
||||
}
|
||||
) : RealmObject()
|
||||
|
|
Loading…
Reference in a new issue