Skip to content

Commit

Permalink
Update examples/tv-app/android/App/platform-app/src/main/java/com/mat…
Browse files Browse the repository at this point in the history
…ter/tv/server/MatterCommissioningPrompter.java
  • Loading branch information
lazarkov authored May 30, 2022
1 parent 471d0a7 commit 41532e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void promptCommissioningSucceeded(int vendorId, int productId, String com
}

public void promptCommissioningFailed(String commissioneeName, String error) {
Log.d(TAG, "Received prompt for failure vendor id:" + vendorId + " productId:" + productId + ". Commissionee: " + commissioneeName);
NotificationCompat.Builder builder =
new NotificationCompat.Builder(activity, CHANNEL_ID)
.setSmallIcon(R.drawable.ic_baseline_clear_24)
Expand Down

0 comments on commit 41532e3

Please sign in to comment.