Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AND-3723 extra sign on scant bottom sheet #304

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

gbixahue
Copy link

No description provided.

tvCard.text = getFormattedString(R.string.cid_format, scannedCardId)
tvCard.show()
} else {
if (scannedCardId == null) {
tvCard.text = ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тут не нужно то же самое для tvCardId делать? tvCardId.text = ""

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужно! Спасибо за замечание

@@ -27,6 +27,18 @@
android:layout_width="8dp"
android:layout_height="1dp" />

<TextView
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

На ios такая же логика? А то будет потом расхождение в строках?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Уточню

@kozarezvlad kozarezvlad force-pushed the bugifx/AND-3723-extra_sign_on_scant_bottom_sheet branch from aecca7e to 076d75a Compare September 25, 2023 15:56
@kozarezvlad kozarezvlad merged commit 52c0b51 into develop Sep 25, 2023
@kozarezvlad kozarezvlad deleted the bugifx/AND-3723-extra_sign_on_scant_bottom_sheet branch September 25, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants