Merge "Update trampoline toast with external link"

This commit is contained in:
Bernardo Rufino
2021-01-26 14:00:12 +00:00
committed by Android (Google) Code Review

View File

@@ -10496,7 +10496,7 @@ public class NotificationManagerService extends SystemService {
private void toast(String message) {
mUiHandler.post(() ->
Toast.makeText(getUiContext(), message + "\nSee go/s-trampolines.",
Toast.makeText(getUiContext(), message + "\nSee g.co/dev/trampolines.",
Toast.LENGTH_LONG).show());
}
}