Aggiornate tutte le icone del drawer e del menu principale.

This commit is contained in:
2019-05-30 19:29:42 +02:00
parent e04b2d3233
commit 57514172f4
57 changed files with 423 additions and 131 deletions

View File

@@ -8,7 +8,7 @@ public interface BarcodeReaderInterface {
boolean isRightAdapter();
void init() throws BarcodeAdapterNotFoundException;
void init(Runnable onDeviceReady) throws BarcodeAdapterNotFoundException;
void deinit();