adding some checks to avoid sending empty SMS

This commit is contained in:
tibbi 2020-04-04 15:41:49 +02:00
parent 2e078af782
commit 7068199f7f
2 changed files with 12 additions and 5 deletions

View file

@ -62,6 +62,7 @@
android:layout_marginEnd="@dimen/small_margin"
android:alpha="0.9"
android:background="?selectableItemBackgroundBorderless"
android:clickable="false"
android:padding="@dimen/medium_margin"
android:src="@drawable/ic_send_vector" />