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

Commit dfaccf85 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removed forgotten log line"

parents 918bc902 8a9b46e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -172,7 +172,6 @@ public class QSFragment extends Fragment implements QS, CommandQueue.Callbacks {
    }

    private void setEditLocation(View view) {
        Log.w(TAG, "I'm changing the location of the button!!!");
        View edit = view.findViewById(android.R.id.edit);
        int[] loc = edit.getLocationOnScreen();
        int x = loc[0] + edit.getWidth() / 2;