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

Commit 0b955edc authored by Lyn Han's avatar Lyn Han
Browse files

Remove debug log

Test: atest SystemUITests
Change-Id: Iea656f2968f0c0b3604c7635347f3c0b4b0fd204
parent f40232a4
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;
    }

    /**