Closed lordmortis closed 9 years ago
I will probably try and dig into this one as I found it after installing a testing version of signal (But have confirmed the shipping version has the problem)
I have a fix. I'll push it later today. It's going to be fixed in the next release. Thanks for the report.
Oh, awesome! Sorry I haven't looked at it yet. I need this to easily message my development client.
On 30 Apr 2015, at 21:04, Frederic Jacobs notifications@github.com wrote:
I have a fix. I'll push it later today. It's going to be fixed in the next release. Thanks for the report.
— Reply to this email directly or view it on GitHub.
!DSPAM:55422875222622315534642!
Seems to work. There's no way to message someone not on your contact list though, but that's another, different thing :)
Thanks!
Hello, we have a similar scenario in our app that when cancelling the search in the uisearchbar we end up with a crash like the one above:
Fatal Exception: NSInvalidArgumentException -[_UIFullscreenPresentationController adaptivePresentationController]: unrecognized selector sent to instance 0x147c81ce0
Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x1842b4f48 exceptionPreprocess 1 libobjc.A.dylib 0x198d77f80 objc_exception_throw 2 CoreFoundation 0x1842bbc5c __methodDescriptionForSelector 3 CoreFoundation 0x1842b8c00 __forwarding 4 CoreFoundation 0x1841bccac _CF_forwarding_prep_0 5 UIKit 0x18a1ba084 -[UISearchController _searchPresentationController] 6 UIKit 0x189e7d10c -[_UISearchControllerTransplantSearchBarAnimator animateTransition:] 7 UIKit 0x189b9fa90 __56-[UIPresentationController runTransitionForCurrentState]_block_invoke 8 UIKit 0x189af856c _runAfterCACommitDeferredBlocks 9 UIKit 0x189b054bc _cleanUpAfterCAFlushAndRunDeferredBlocks 10 UIKit 0x189839984 _afterCACommitHandler 11 CoreFoundation 0x18426bbd0 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION 12 CoreFoundation 0x184269974 CFRunLoopDoObservers 13 CoreFoundation 0x184269da4 CFRunLoopRun 14 CoreFoundation 0x184198ca0 CFRunLoopRunSpecific 15 GraphicsServices 0x18f3d4088 GSEventRunModal 16 UIKit 0x1898b0ffc UIApplicationMain 17 Trumpit 0x10010ddf0 main (main.m:14) 18 libdyld.dylib 0x1995c68b8 start
Since @FredericJacobs has been able to fix that, would you care to share what to do to fix that error? Thanks in advance.
Trying to send a message to a number not in the contact list (i'm assuming that's what this feature is supposed to do?) results in this UX
Followed by a crash when I hit cancel.