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

Commit a1f9ffe2 authored by Jay Shrauner's avatar Jay Shrauner
Browse files

NPE fix on ContactDetailActivity

Remove unnecessary Log.i statement that was causing NPEs

Bug:12489182
Change-Id: Ieed833b1dbb2c854b165871a132aa55003958640
(cherry picked from commit afcdbbde)
parent 49a9c120
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -105,8 +105,6 @@ public class ContactDetailActivity extends ContactsActivity {
                    | ActionBar.DISPLAY_SHOW_HOME);
            actionBar.setTitle("");
        }

        Log.i(TAG, getIntent().getData().toString());
    }

    @Override