mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
optimize code
This commit is contained in:
parent
295ba5f52b
commit
0172379702
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ public abstract class PrescriptionDatabase extends RoomDatabase {
|
||||||
}
|
}
|
||||||
return INSTANCE;
|
return INSTANCE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void destroyInstance() {
|
public static void destroyInstance() {
|
||||||
INSTANCE = null;
|
INSTANCE = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue