mirror of https://github.com/oxen-io/session-ios
Reset compose view on thread switch (#1187)
* all Signal users can send text messages, never hide texting toolbar. //FREEBIE * Fix composition box size when switching threads. Partial revert ofpull/1/head2c83046ff6
which introduced a shared reusable message view controller across threads.2c83046ff6
resulted in several discovered bugs so far (#1179, #1150, #1152, and maybe: #1146). It's pretty clear at this point we're going against the grain of how JSQMesageViewController is intended to be used, and since the nominal purpose of this feature (iPad Layout) doesn't exist, we should revert to the known good way of interacting with the MessageViewController, creating a fresh instance per thread. // FREEBIE
parent
da6597118a
commit
9bacc3de78
Loading…
Reference in New Issue