diff --git a/Signal/src/Loki/DeviceLinkingModal.swift b/Signal/src/Loki/DeviceLinkingModal.swift index a90d3024a..90a1b6a2e 100644 --- a/Signal/src/Loki/DeviceLinkingModal.swift +++ b/Signal/src/Loki/DeviceLinkingModal.swift @@ -1,5 +1,7 @@ import NVActivityIndicatorView +// TODO: Use the same kind of modal to show the user their QR code and seed + @objc(LKDeviceLinkingModal) final class DeviceLinkingModal : UIViewController, LokiDeviceLinkingSessionDelegate {