(Indicator) Fixed regression that indicator can not get focus in screen reader mode
authorSinjae Lee <sinjae4b.lee@samsung.com>
Fri, 23 May 2014 10:40:05 +0000 (19:40 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 29 May 2014 13:53:58 +0000 (14:53 +0100)
adaptors/tizen/internal/common/indicator-impl.cpp

index c9133fa..2d9b52c 100644 (file)
@@ -713,6 +713,10 @@ bool Indicator::Connect( const char *serviceName )
   {
     StartReconnectionTimer();
   }
+  else
+  {
+    mState = CONNECTED;
+  }
 
   return connected;
 }