Skip to content

Commit 7c6ebe9

Browse files
committed
restore isEnabled in Analytics.java
1 parent 39ace24 commit 7c6ebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/hippo/ehviewer/Analytics.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static void start(Context context) {
4747
}
4848

4949
public static boolean isEnabled() {
50-
return false;
50+
return Settings.getEnableAnalytics();
5151
}
5252

5353
public static void onSceneView(SceneFragment scene) {

0 commit comments

Comments
 (0)