Luciano Wolf
unread,Jun 18, 2012, 4:13:49 PM6/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to snowsh...@googlegroups.com
Reviewed-by:
---
src/mobile/qml/NavigationPanel.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mobile/qml/NavigationPanel.qml b/src/mobile/qml/NavigationPanel.qml
index cf9afa1..2583dd1 100644
--- a/src/mobile/qml/NavigationPanel.qml
+++ b/src/mobile/qml/NavigationPanel.qml
@@ -35,7 +35,7 @@ Item {
Connections {
target: visibleTab
onLoadingChanged: {
- if (navigationPanel.state === "withNavigationBarAndOverlay")
+ if (navigationPanel.state === "withNavigationBarAndOverlay" && visibleTab.loadProgress < 100)
return;
navigationBarHidingTimer.updateStateForCurrentTab();
}
--
1.7.9.5