mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-29 09:38:49 -04:00
Detect notification status on Android < 13
This commit is contained in:
parent
c4f863d8ca
commit
9ef320f43e
2 changed files with 16 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue