pocmo / Yaaic

Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices.
http://www.yaaic.org
GNU General Public License v3.0
331 stars 120 forks source link

move sending raw lines to a background thread #219

Open harkin opened 8 years ago

harkin commented 8 years ago

A potential fix for https://github.com/pocmo/Yaaic/issues/218 in the simplest way possible, moving things to a background thread at the last moment. Having looked around a little I think this is neater than trying to move things to a background thread earlier.

also apparently removes a lot of superfluous whitespace