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

Commit 59e44411 authored by Bernardo Rufino's avatar Bernardo Rufino Committed by Android (Google) Code Review
Browse files

Merge "Update trampoline toast with external link"

parents 56fbe0eb 87154a6f
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());
        }
    }