branch | RCL_3 |
changeset 29 | a8834a2e9a96 |
parent 4 | 8ca85d2f0db7 |
child 55 | aecbbf00d063 |
--- a/uifw/AvKon/src/aknlongtapdetector.cpp Tue May 25 12:58:19 2010 +0300 +++ b/uifw/AvKon/src/aknlongtapdetector.cpp Wed Jun 09 09:58:37 2010 +0300 @@ -254,6 +254,7 @@ { StopAnimation(); } + iState = EWaiting; } @@ -321,7 +322,6 @@ && aEvent.Pointer()->iType == TPointerEvent::EButton1Up ) ) { Cancel(); - iState = EWaiting; } }