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

Commit edb63fa4 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by Android (Google) Code Review
Browse files

Merge "docs: Added curly brace in sample code method opening." into mnc-mr-docs

parents d0c8ca87 4a0f5c88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -643,7 +643,7 @@ imageView.setOnLongClickListener(new View.OnLongClickListener() {
        // Defines a callback that sends the drag shadow dimensions and touch point back to the
        // system.
        @Override
        public void onProvideShadowMetrics (Point size, Point touch)
        public void onProvideShadowMetrics (Point size, Point touch) {
            // Defines local variables
            private int width, height;