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

Commit 02e20bea authored by Henning Heyen's avatar Henning Heyen
Browse files

Extend the toast duration for screen sharing sensitive content blocked.

Bug: 376426257
Test: Presubmit
Flag: EXEMPT Bug fix
Change-Id: Ia36ddf220ba01538c7943eba0fe6a7a22b3d2806
parent 7a9271bc
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