]> Pileus Git - ~andy/spades/commit
Prevent app crash on Empty Send. master
authorJake Whiteley <the.jake.whiteley@gmail.com>
Sun, 29 May 2016 23:28:27 +0000 (19:28 -0400)
committerAndy Spencer <andy753421@gmail.com>
Mon, 30 May 2016 00:24:06 +0000 (00:24 +0000)
commit96cb963b413cac55157659b0964aac6ec7dfc579
tree897220c7ca2dc5d09e740ef957788b3bf2c3ba45
parent6582da310a4a06328cafea1fef228db5676345ce
Prevent app crash on Empty Send.

Application crashes if send button is pressed with an empty message.

Fixed with a check if txt is empty before sending it to the handler.
src/Main.java