We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ace24 commit 7c6ebe9Copy full SHA for 7c6ebe9
app/src/main/java/com/hippo/ehviewer/Analytics.java
@@ -47,7 +47,7 @@ public static void start(Context context) {
47
}
48
49
public static boolean isEnabled() {
50
-return false;
+ return Settings.getEnableAnalytics();
51
52
53
public static void onSceneView(SceneFragment scene) {
0 commit comments