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
parent a6c33d300c
commit ab6b83d4fa
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>