feat: split complex loyaltyCardViewActivity (#3072)

This commit is contained in:
NightShiftNexus authored and GitHub committed 2026-05-02 16:10:03 +02:00
1 parent 090e85ea1c
commit dfa1c29fa0
13 files changed
+1150 -807

No files matched your search

@@ -57,7 +57,7 @@ public class BarcodeImageWriterTask implements CompatCallable<Bitmap> {
private final boolean showFallback;
private final BarcodeImageWriterResultCallback callback;
BarcodeImageWriterTask(
public BarcodeImageWriterTask(
Context context, ImageView imageView, String cardIdString,
CatimaBarcode barcodeFormat, @NonNull Charset barcodeEncoding, TextView textView,
boolean showFallback, BarcodeImageWriterResultCallback callback, boolean roundCornerPadding, boolean isFullscreen