Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
FIX #12
Browse files Browse the repository at this point in the history
  • Loading branch information
MerrickZ committed Aug 28, 2015
1 parent 1621b5f commit cf8303d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ZhihuDaily/assets/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ NavigationPane {
}
}
onPushTransitionEnded: {
Application.menuEnabled = false
// FIX #12
if (top != toppage){
Application.menuEnabled = false
}
}
}
2 changes: 1 addition & 1 deletion ZhihuDaily/bar-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<!-- Fourth digit segment of the package version. First three segments are taken from the
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
<buildId>5</buildId>
<buildId>6</buildId>
<packageLocale>zh-CN</packageLocale>

<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
Expand Down

0 comments on commit cf8303d

Please sign in to comment.