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

Commit 17d95500 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Turn off screenshot capturing for thumbnails.

May reduce occurance of graphics hangs as a temporary stop-gap until
the real problem is fixed.

Change-Id: I57f831944cc621bcb1d1d2051bb48f14e53879b1
parent 35e1ee0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -662,7 +662,7 @@ public class ActivityStack {
        }

        if (w > 0) {
            return mService.mWindowManager.screenshotApplications(w, h);
            //return mService.mWindowManager.screenshotApplications(w, h);
        }
        return null;
    }