We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2347b1a commit d09e97cCopy full SHA for d09e97c
app/src/main/java/com/sample/MainActivity.java
@@ -79,7 +79,7 @@ protected void onCreate(Bundle savedInstanceState) {
79
String email = "email_" + i;
80
String street = "street_" + i;
81
String place = "place_" + i;
82
- contactDBHelper.insertContact(name, phone, email, street, null);
+ contactDBHelper.insertContact(name, phone, email, street, place);
83
}
84
85
0 commit comments