Show a snackbar when a peer connected to the hotspot

This commit is contained in:
Torsten Grote
2021-05-19 09:51:18 -03:00
committed by Sebastian Kürten
parent 6f8d7167db
commit 1c3d90f7fc
5 changed files with 71 additions and 7 deletions

View File

@@ -49,6 +49,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/errorTitle"
tools:text="@string/qr_code_unsupported" />
tools:text="@string/startup_failed_service_error" />
</androidx.constraintlayout.widget.ConstraintLayout>