Implement a few basic contextual actions

This commit is contained in:
Niels Andriesse
2021-06-28 16:28:00 +10:00
parent fcdd3d9149
commit 18e345733e
4 changed files with 110 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ class DataExtractionNotification() : ControlMessage() {
}
}
internal constructor(kind: Kind) : this() {
constructor(kind: Kind) : this() {
this.kind = kind
}