This patch fixes undetermined behaviour of screen-reader in the situation
when highlight is given by TAP gesture to the last element in UI navigation order
and subsequent gesture is ONE_FINGER_FLICK requesting for next element.
Previous implementation guaranteed proper initialization of the variable
only in situation when the last element was reached by ONE_FINGER_FLICK
gesture.
Change-Id: I1902790119eb7f8bd542ea68ac25a9e2cdd5c3aa
g_object_unref(ctx->current);
ctx->current = _first(ctx);
+ ctx->last_entry = LAST_ENTRY_NONE;
DEBUG("END");
return 0;