small clean up, add missing xxxhdpi icon
This commit is contained in:
parent
0a82f0c693
commit
08dcb6df3c
3 changed files with 1 additions and 3 deletions
|
@ -88,8 +88,7 @@ public class EncryptionHelper {
|
|||
// Even if we just generated the key, always read it back to ensure we
|
||||
// can read it successfully.
|
||||
final byte[] wrapped = readFully(keyFile);
|
||||
final SecretKey key = wrapper.unwrap(wrapped);
|
||||
|
||||
return key;
|
||||
return wrapper.unwrap(wrapped);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package net.bierbaumer.otp_authenticator;
|
||||
|
||||
import android.app.Application;
|
||||
import android.util.Log;
|
||||
|
||||
public class MyApplication extends Application {
|
||||
@Override
|
||||
|
|
BIN
app/src/main/res/drawable-xxxhdpi/ic_add_white_24dp.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_add_white_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 B |
Loading…
Reference in a new issue