android: don't reset position at showCursor

Change-Id: I9a8eb1df0821e357ed268ad7730be98b69b5f249
This commit is contained in:
Tomaž Vajngerl 2015-04-03 18:14:43 +09:00 committed by Miklos Vajna
parent 1c4202d2f8
commit dacf5c45fe

View File

@ -70,9 +70,6 @@ public class TextCursorLayer extends Layer {
public void showCursor() {
LOKitShell.getMainHandler().post(new Runnable() {
public void run() {
mViewLeft = 0.0f;
mViewTop = 0.0f;
mViewZoom = 0.0f;
mCursorView.showCursor();
}
});