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

Commit 0644eeef authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary call to flush trust manager"

parents ad5bd083 19de4ae1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -112,8 +112,6 @@ public class OverviewProxyRecentsImpl implements RecentsImplementation {
            final Optional<StatusBar> statusBarOptional = mStatusBarOptionalLazy.get();
            if (statusBarOptional.map(StatusBar::isKeyguardShowing).orElse(false)) {
                statusBarOptional.get().executeRunnableDismissingKeyguard(() -> {
                        // Flush trustmanager before checking device locked per user
                        mTrustManager.reportKeyguardShowingChanged();
                        mHandler.post(toggleRecents);
                    }, null,  true /* dismissShade */, false /* afterKeyguardGone */,
                    true /* deferred */);