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

Commit d8ae2ba3 authored by David Friedman's avatar David Friedman Committed by Android (Google) Code Review
Browse files

Merge "Fix code example which was calling wrong super method." into mnc-docs

parents c0c74bc9 13350df5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ public class MainActivity extends Activity implements

    @Override
    protected void onResume() {
        super.onStart();
        super.onResume();
        mGoogleApiClient.connect();
    }