jeremy-wenzel / Tap-Tap-Tap

A speed typing game for Android
1 stars 0 forks source link

Pressing Enter when user doesn't write any text #1

Closed jeremy-wenzel closed 8 years ago

jeremy-wenzel commented 8 years ago

If the user doesn't write any text and presses enter, the word the user is supposed to write in the text view disappears. To replicate, start up the app, write a few words, then when you start a new word, just press enter. The word in the text view disappears

Sassafrass6 commented 8 years ago

Partially fixed. If the paragraph is completed and enter is pressed the EditView will still carriage return, cause the views to be offset.

jeremy-wenzel commented 8 years ago

Issue seems fixed