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

Commit 0e7eb954 authored by Chris Craik's avatar Chris Craik
Browse files

Fix build breakage

Change-Id: I65ab3cb691935db23b7a1f600e421fb5d8e850cd
parent 6657a6c5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3134,7 +3134,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     * @return True if the group should be an isolated Z volume with its own Z
     *         ordering space, false if its decendents should inhabit the
     *         inherited Z ordering volume.
     * @attr ref android.R.styleable#ViewGroup_isolateZVolume
     */
    public void setIsolatedZVolume(boolean isolateZVolume) {
        boolean previousValue = (mGroupFlags & FLAG_ISOLATED_Z_VOLUME) == FLAG_ISOLATED_Z_VOLUME;