phoneuis/bubblemanager2/bubblecore/src/bubbleparticipantlistitem.cpp
changeset 77 2be0b271d017
parent 56 5bcb308bd24d
--- a/phoneuis/bubblemanager2/bubblecore/src/bubbleparticipantlistitem.cpp	Fri Sep 17 08:29:19 2010 +0300
+++ b/phoneuis/bubblemanager2/bubblecore/src/bubbleparticipantlistitem.cpp	Mon Oct 04 00:16:48 2010 +0300
@@ -183,6 +183,10 @@
         itemView()->scrollTo(
             modelIndex(),
             HbAbstractItemView::EnsureVisible);
+
+        // group handles tap gesture, not propagate to list,
+        // current index must be updated here
+        itemView()->setCurrentIndex(modelIndex());
     }
 }