added transfer support for bml business profiles
Auto Tag on Version Change / check-version (push) Successful in 4s

This commit is contained in:
2026-05-22 06:31:21 +05:00
parent c9ae614fc7
commit fd7fcb41a6
2 changed files with 15 additions and 2 deletions
@@ -361,6 +361,16 @@
</LinearLayout>
<!-- BML business OTP: sent-via label (shown after channel selection) -->
<TextView
android:id="@+id/tvBmlOtpSentVia"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:textAppearance="?attr/textAppearanceBodySmall"
android:textColor="?attr/colorOnSurfaceVariant"
android:visibility="gone" />
<!-- BML business OTP: verification code input (shown after channel selection) -->
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/tilBmlOtp"