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

Commit 8a9b46e2 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Removed forgotten log line

Test: no test needed
Change-Id: I4209e48b3a25b3b56254993d45fd270ff09415eb
parent a4b1fe65
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;