Skip to content

Commit

Permalink
Comment ApplicationInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iktwo committed Sep 25, 2014
1 parent fbb5082 commit fd9011e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ ApplicationWindow {
now.setSeconds(0)
now.setMilliseconds(0)

if (ApplicationInfo.timesLaunched > 15 && Math.floor((now.getTime() - ApplicationInfo.firstTimeLaunched.getTime()) / 86400000) >= 5 && Qt.platform.os === "android") {
// if (ApplicationInfo.timesLaunched > 15 && Math.floor((now.getTime() - ApplicationInfo.firstTimeLaunched.getTime()) / 86400000) >= 5 && Qt.platform.os === "android") {
/// TODO: ANDROID - Show dialog and ask to review
}
// }

if (font.status === FontLoader.Ready)
Theme.fontFamily = font.name
Expand Down

0 comments on commit fd9011e

Please sign in to comment.