Refactor more code into AddNearbyContactViewModel

thus concentrating the logic there needing less back and forth with the activity
This commit is contained in:
Torsten Grote
2021-03-23 17:00:36 -03:00
parent bcc0442add
commit 7f486eef4c
8 changed files with 170 additions and 129 deletions

View File

@@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".android.contact.add.nearby.KeyAgreementActivity">
tools:context=".android.contact.add.nearby.AddNearbyContactActivity">
<include layout="@layout/toolbar" />