small clean up, add missing xxxhdpi icon

This commit is contained in:
Bruno Bierbaumer 2015-11-26 12:58:37 +01:00
parent 0a82f0c693
commit 08dcb6df3c
3 changed files with 1 additions and 3 deletions

View file

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

View file

@ -1,7 +1,6 @@
package net.bierbaumer.otp_authenticator;
import android.app.Application;
import android.util.Log;
public class MyApplication extends Application {
@Override

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B