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

Commit 7ceb029b authored by Bernardo Rufino's avatar Bernardo Rufino
Browse files

Shorten go link in toast message for untrusted touches

Test: Build
Bug: 159105552
Change-Id: I46b35238a8b6856260843232c1ff7c9a217de5ed
parent f7019ee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2095,7 +2095,7 @@ public class InputManagerService extends IInputManager.Stub
        DisplayThread.getHandler().post(() ->
                Toast.makeText(mContext,
                        "Touch obscured by " + packageName
                                + " will be blocked. Check go/s-untrusted-touches",
                                + " will be blocked. Check go/untrusted-touches",
                        Toast.LENGTH_SHORT).show());
    }