aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/layouthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/layouthandler.cpp')
-rw-r--r--HomeScreen/src/layouthandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/HomeScreen/src/layouthandler.cpp b/HomeScreen/src/layouthandler.cpp
index 65e0194..cb21018 100644
--- a/HomeScreen/src/layouthandler.cpp
+++ b/HomeScreen/src/layouthandler.cpp
@@ -131,6 +131,9 @@ void LayoutHandler::makeMeVisible(int pid)
m_invisibleApps.append(m_visibleApps.last());
m_visibleApps.removeLast();
+ m_visibleApps.append(m_requestsToBeVisibleApps);
+ m_requestsToBeVisibleApps.clear();
+
for (int i = 0; i < m_visibleApps.size(); ++i)
{
mp_dBusWindowManagerProxy->setPidToLayoutArea(i, i);