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

Commit d1ab7670 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Remove debug log"

parents 36be081a 0b955edc
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -448,12 +448,8 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList
        int bottomInset = getRootWindowInsets() != null
                ? getRootWindowInsets().getStableInsetBottom()
                : 0;
        int mh = mDisplaySize.y - windowLocation[1] - mSettingsIconHeight - mPointerHeight
        return mDisplaySize.y - windowLocation[1] - mSettingsIconHeight - mPointerHeight
                - mPointerMargin - bottomInset;
        Log.i(TAG, "max exp height: " + mh);
//        return mDisplaySize.y - windowLocation[1] - mSettingsIconHeight - mPointerHeight
//                - mPointerMargin - bottomInset;
        return mh;
    }

    /**