From fd9011e6fd3aafd828f9df660b9d72622cb5d8f1 Mon Sep 17 00:00:00 2001 From: Iktwo Sh Date: Thu, 25 Sep 2014 00:56:20 -0700 Subject: [PATCH] Comment ApplicationInfo --- qml/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index bb6c5a2..ea0f4e3 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -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