-
Notifications
You must be signed in to change notification settings - Fork 43
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
AND-3723 extra sign on scant bottom sheet #304
Conversation
tvCard.text = getFormattedString(R.string.cid_format, scannedCardId) | ||
tvCard.show() | ||
} else { | ||
if (scannedCardId == null) { | ||
tvCard.text = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут не нужно то же самое для tvCardId
делать? tvCardId.text = ""
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
На ios такая же логика? А то будет потом расхождение в строках?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Уточню
aecca7e
to
076d75a
Compare
No description provided.