Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87154a6f authored by Bernardo Rufino's avatar Bernardo Rufino
Browse files

Update trampoline toast with external link

In preparation for DP release.

Test: Trigger toast, verify external link.
Bug: 159105552
Bug: 178458932
Change-Id: I3ccff40f23bddd8349af11672a90bdadbf2522cb
parent 32281991
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());
        }
    }