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

Commit 74822b75 authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Cleanup (remove ldap, reduce screenshot log level)

Fix: 154631563
Test: manual (cleanup)
Change-Id: If19ea21915cb3c09b55b28325d7df4101c8a391f
parent 9f4b4c23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset
     * Clears current screenshot
     */
    private void clearScreenshot(String reason) {
        Log.e(TAG, "clearing screenshot: " + reason);
        Log.v(TAG, "clearing screenshot: " + reason);
        if (mScreenshotLayout.isAttachedToWindow()) {
            mWindowManager.removeView(mScreenshotLayout);
        }
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public class TakeScreenshotService extends Service {
    @Override
    public boolean onUnbind(Intent intent) {
        if (mScreenshot != null) mScreenshot.stopScreenshot();
        // TODO (mkephart) remove once notifications flow is fully deprecated
        // TODO remove once notifications flow is fully deprecated
        if (mScreenshotLegacy != null) mScreenshotLegacy.stopScreenshot();
        return true;
    }