Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
LinerSRT committed Sep 2, 2023
1 parent 373b460 commit 7a794dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/ru/liner/sensorprivacy/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import org.lsposed.hiddenapibypass.HiddenApiBypass;

import ru.liner.sensorprivacy.preference.Preferences;


/**
* Author: Line'R
Expand All @@ -20,7 +18,6 @@ public class Application extends android.app.Application {
@Override
public void onCreate() {
super.onCreate();
Preferences.create(this);
}

@Override
Expand Down

0 comments on commit 7a794dc

Please # to comment.