mirror of https://github.com/M66B/NetGuard.git
Cleanup
This commit is contained in:
parent
945a9e0f33
commit
a93e536be5
|
@ -48,7 +48,6 @@ public class DatabaseHelper extends SQLiteOpenHelper {
|
|||
private static List<AccessChangedListener> accessChangedListeners = new ArrayList<>();
|
||||
private static List<ForwardChangedListener> forwardChangedListeners = new ArrayList<>();
|
||||
|
||||
private Context context;
|
||||
private static HandlerThread hthread = null;
|
||||
private static Handler handler = null;
|
||||
|
||||
|
@ -86,7 +85,6 @@ public class DatabaseHelper extends SQLiteOpenHelper {
|
|||
|
||||
private DatabaseHelper(Context context) {
|
||||
super(context, DB_NAME, null, DB_VERSION);
|
||||
this.context = context;
|
||||
|
||||
if (!once) {
|
||||
once = true;
|
||||
|
|
Loading…
Reference in New Issue