Skip to content

Commit 0bd89cb

Browse files
committed
todo
1 parent 92c1086 commit 0bd89cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/main/java/io/github/sspanak/tt9/db/mindReading/MindReader.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void clearContext() {
9999
*/
100100
@NonNull
101101
public ArrayList<String> getGuesses() {
102-
// @todo: when only guesses are displayed and the user presses the hardware ENTER, prevent default.
102+
// @todo: prevent ENTER when only guesses are displayed
103103
final ArrayList<String> copy = new ArrayList<>(words);
104104
copy.replaceAll(this::adjustWordTextCase);
105105
return copy;
@@ -153,6 +153,10 @@ public void guessCurrent(double loadingId, @NonNull InputMode inputMode, @NonNul
153153
* a word.
154154
*/
155155
public boolean guessNext(@NonNull InputMode inputMode, @NonNull Language language, @NonNull String[] surroundingText, @Nullable String lastWord, boolean saveContext, @NonNull Runnable onComplete) {
156+
// @todo: these don't work
157+
// - времето в пловдив
158+
// - започва без предложения и се учи, докато пишете
159+
156160
final String TIMER_TAG = LOG_TAG + Math.random();
157161
Timer.start(TIMER_TAG);
158162

0 commit comments

Comments
 (0)