Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bf76927 authored by Kohsuke Yatoh's avatar Kohsuke Yatoh
Browse files

Fix typo in getCandidatesHiddenVisibility Javadoc.

It always return GONE or *IN*VISIBLE, not VISIBLE.

Change-Id: Id2e51b4525ca087f5c50ceb7575f3270e97b0138
Test: n/a
parent f21e113f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2169,7 +2169,7 @@ public class InputMethodService extends AbstractInputMethodService {
     * or {@link View#GONE View.GONE}) of the candidates view when it is not
     * shown.  The default implementation returns GONE when
     * {@link #isExtractViewShown} returns true,
     * otherwise VISIBLE.  Be careful if you change this to return GONE in
     * otherwise INVISIBLE.  Be careful if you change this to return GONE in
     * other situations -- if showing or hiding the candidates view causes
     * your window to resize, this can cause temporary drawing artifacts as
     * the resize takes place.