mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-16 16:40:30 -04:00
Show image type on view screen when not viewing barcode
This commit is contained in:
1 parent
9b65d3926b
commit
7a2ff0995f
3 files changed
+21
-9
No files matched your search
@@ -308,7 +308,7 @@ public class LoyaltyCardViewActivityTest {
|
||||
final String barcodeId, final String barcodeType,
|
||||
final Bitmap frontImage, final Bitmap backImage) {
|
||||
if (mode == ViewMode.VIEW_CARD) {
|
||||
checkFieldProperties(activity, R.id.card_id_view, View.VISIBLE, cardId, FieldTypeView.TextView);
|
||||
checkFieldProperties(activity, R.id.main_image_description, View.VISIBLE, cardId, FieldTypeView.TextView);
|
||||
} else {
|
||||
int editVisibility = View.VISIBLE;
|
||||
|
||||
|
||||
Reference in new issue
Block a user