mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Device Verification: Clean dev code
This commit is contained in:
@@ -42,21 +42,6 @@ final class DeviceVerificationVerifyViewModel: DeviceVerificationVerifyViewModel
|
||||
|
||||
self.registerTransactionDidStateChangeNotification(transaction: transaction)
|
||||
}
|
||||
|
||||
// TODO: To remove. Only for dev
|
||||
init(session: MXSession) {
|
||||
self.session = session
|
||||
self.transaction = MXSASTransaction()
|
||||
self.emojis = [
|
||||
MXEmojiRepresentation(emoji: "🙂", andName: "BIGsMileYYELLOW"),
|
||||
MXEmojiRepresentation(emoji: "🤖", andName: "Headphones"),
|
||||
MXEmojiRepresentation(emoji: "🎩", andName: "Butterfly"),
|
||||
MXEmojiRepresentation(emoji: "👓", andName: "Strawberry"),
|
||||
MXEmojiRepresentation(emoji: "🔧", andName: "Light bulb"),
|
||||
MXEmojiRepresentation(emoji: "🎅", andName: "Headphones"),
|
||||
MXEmojiRepresentation(emoji: "👍", andName: "Thumbs up")
|
||||
]
|
||||
}
|
||||
|
||||
deinit {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user