Show if receipt was requested, refactoring

This commit is contained in:
M66B
2019-04-17 20:21:44 +02:00
parent 95738a210e
commit 7c2f221282
83 changed files with 2137 additions and 378 deletions

View File

@@ -25,11 +25,11 @@ import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import androidx.core.graphics.ColorUtils;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import androidx.core.graphics.ColorUtils;
class Identicon {
static Bitmap generate(String email, int size, int pixels, boolean dark) {
byte[] hash;