Moved ScanQRCodeFromFile from Activities to Utilities
This commit is contained in:
parent
1e6896769d
commit
6c4655857c
2 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@ import org.shadowice.flocke.andotp.Utilities.Constants;
|
|||
import org.shadowice.flocke.andotp.Utilities.EncryptionHelper;
|
||||
import org.shadowice.flocke.andotp.Utilities.KeyStoreHelper;
|
||||
import org.shadowice.flocke.andotp.Utilities.NotificationHelper;
|
||||
import org.shadowice.flocke.andotp.Utilities.ScanQRCodeFromFile;
|
||||
import org.shadowice.flocke.andotp.Utilities.TokenCalculator;
|
||||
import org.shadowice.flocke.andotp.View.EntriesCardAdapter;
|
||||
import org.shadowice.flocke.andotp.View.ItemTouchHelper.SimpleItemTouchHelperCallback;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.shadowice.flocke.andotp.Activities;
|
||||
package org.shadowice.flocke.andotp.Utilities;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Bitmap;
|
Loading…
Reference in a new issue