// Focus traversal is asynchronous. During the next article selection
// it was moved to the next article, but when current article will be
// removed the focus will be forwarded away from the display. We need
// to get it back.
feedDisplay.focus();
}
if (!articleWasSelected)
{
IArticleListNavigationListener nav = GlobalController.SINGLETON.getNavigationListener();