GitHawkApp / MessageViewController

A SlackTextViewController replacement written in Swift for the iPhone X.

Home Page:http://githawk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highlight everything after setting text to empty then inserting

rnystrom opened this issue · comments

We need to clear the attributes.

  • Open an Issue in GitHawk
  • Select an autocomplete as first word and keep typing
  • airplane mode
  • Hit send

GitHawk Upload by rnystrom

Sent with GitHawk

In GitHawk is the text being reset via the cache property in the MessageViewController when the network request failed? I see thats using just a String and not an NSAttributedString

It’s just setting the string. My hunch is that the first character’s attributes still exist in the text view and are applied to everything...

Sent with GitHawk

Fixed in #59