android: don't reset position at showCursor
Change-Id: I9a8eb1df0821e357ed268ad7730be98b69b5f249
This commit is contained in:
parent
1c4202d2f8
commit
dacf5c45fe
@ -70,9 +70,6 @@ public class TextCursorLayer extends Layer {
|
|||||||
public void showCursor() {
|
public void showCursor() {
|
||||||
LOKitShell.getMainHandler().post(new Runnable() {
|
LOKitShell.getMainHandler().post(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
mViewLeft = 0.0f;
|
|
||||||
mViewTop = 0.0f;
|
|
||||||
mViewZoom = 0.0f;
|
|
||||||
mCursorView.showCursor();
|
mCursorView.showCursor();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user