summaryrefslogtreecommitdiff
authorlyra.lee <lyra.lee@amlogic.com>2011-07-28 13:44:06 (GMT)
committer lyra.lee <lyra.lee@amlogic.com>2011-07-28 13:44:06 (GMT)
commitf6e35a4970cb6a90ab2565320335677ef3c7b09e (patch)
treec496eff74724f30cc48b74e4951761e65fd3780e
parentf53f3f048aae826cb8bb6119ef3a4cb7a84b241d (diff)
downloadRemoteIME-f6e35a4970cb6a90ab2565320335677ef3c7b09e.zip
RemoteIME-f6e35a4970cb6a90ab2565320335677ef3c7b09e.tar.gz
RemoteIME-f6e35a4970cb6a90ab2565320335677ef3c7b09e.tar.bz2
fix a bug when candidates page up/down
Diffstat
-rwxr-xr-xsrc/com/amlogic/inputmethod/remote/CandidateView.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/amlogic/inputmethod/remote/CandidateView.java b/src/com/amlogic/inputmethod/remote/CandidateView.java
index a174663..9a9c7e1 100755
--- a/src/com/amlogic/inputmethod/remote/CandidateView.java
+++ b/src/com/amlogic/inputmethod/remote/CandidateView.java
@@ -401,9 +401,9 @@ public class CandidateView extends View {
mFootnotePaint.setTextSize(textSize);
mFmiFootnote = mFootnotePaint.getFontMetricsInt();
- // When the size is changed, the first page will be displayed.
- mPageNo = 0;
- mActiveCandInPage = 0;
+ // When the size is changed, the first page will be displayed.
+ // mPageNo = 0;
+ // mActiveCandInPage = 0;
}
private boolean calculatePage(int pageNo) {