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

Commit 695e3b3c authored by Jay Shrauner's avatar Jay Shrauner Committed by Android Git Automerger
Browse files

am f4c7d5fc: am f183c740: am a1f9ffe2: NPE fix on ContactDetailActivity

* commit 'f4c7d5fc':
  NPE fix on ContactDetailActivity
parents 7bd7b337 f4c7d5fc
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