Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-17 12:51:31 +03:00
parent 406cdbaeae
commit 2e6ed50998
6 changed files with 58 additions and 49 deletions

View file

@ -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();
}
/**