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

Commit f45fcd2e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Extend the toast duration for screen sharing sensitive content blocked." into main

parents bcb79b1b 02e20bea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10314,7 +10314,7 @@ public class WindowManagerService extends IWindowManager.Stub
            mH.post(() -> {
                Toast.makeText(mContext, Looper.getMainLooper(),
                                mContext.getString(R.string.screen_not_shared_sensitive_content),
                                Toast.LENGTH_SHORT)
                                Toast.LENGTH_LONG)
                        .show();
            });
            // If blocked due to notification protection (null window token) log protection applied