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

Commit 4125342c authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Fixed View.getContentCaptureSession(ContentCaptureManager)."

parents 7d49735d 902d63b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9163,7 +9163,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        ContentCaptureSession session = null;
        if (mParent instanceof View) {
            session = ((View) mParent).getContentCaptureSession();
            session = ((View) mParent).getContentCaptureSession(ccm);
        }
        return session != null ? session : ccm.getMainContentCaptureSession();