Skip to content

Commit

Permalink
Fixed sentence break issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamporus committed Jul 26, 2019
1 parent c3b56ff commit 990683a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ public void run()
//set character by character
setText( charSequence );

addSentencePause();

if( mOnCharacterTypedListener != null )
{
mOnCharacterTypedListener.onCharacterTyped( mText.charAt( mIndex ), mIndex );
}

mHandler.postDelayed( mTypeWriter, mTypingSpeedMillis );

addSentencePause();

mIndex++;
}
else
Expand Down

0 comments on commit 990683a

Please sign in to comment.