Updated on 2026-08-14
This commit is contained in:
parent
406cdbaeae
commit
2e6ed50998
6 changed files with 58 additions and 49 deletions
|
|
@ -64,11 +64,11 @@ public class App extends Application {
|
|||
|
||||
initIssuers();
|
||||
|
||||
firmwaresStorage=new Firmwares(getApplicationContext());
|
||||
firmwaresStorage = new Firmwares(getApplicationContext());
|
||||
|
||||
localStorage=new LocalStorage(getApplicationContext());
|
||||
localStorage = new LocalStorage(getApplicationContext());
|
||||
|
||||
pinStorage=new PINStorage();
|
||||
pinStorage = new PINStorage();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue