Detect notification status on Android < 13

This commit is contained in:
Mark Qvist 2022-10-03 02:28:59 +02:00
parent c4f863d8ca
commit 9ef320f43e
2 changed files with 16 additions and 10 deletions

View file

@ -436,8 +436,6 @@ class SidebandCore():
pass
def __db_init(self):
# TODO: Remove
print("------------------ DB INIT")
db = sqlite3.connect(self.db_path)
dbc = db.cursor()
@ -458,8 +456,6 @@ class SidebandCore():
db.commit()
db.close()
# TODO: Remove
print("------------------ DB INIT DONE")
def _db_initstate(self):
db = sqlite3.connect(self.db_path)