commit | ceb01955dfa7fd4bf95a6b9521ad90b1604b2e55 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Wed May 19 19:17:02 2010 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Wed May 19 19:26:12 2010 -0700 |
tree | 4b4f1d9c341fb380386f763bf3249bb630cb0643 | |
parent | 38328377d2e852daa7cd265043d22a8e6679a625 [diff] [blame] |
Update to follow fragment APIs. Change-Id: I921f28b3d6e6a4894b121efae5369107f2bb30f9
diff --git a/src/com/android/contacts/JoinContactActivity.java b/src/com/android/contacts/JoinContactActivity.java index 501739d..0f3eab0 100644 --- a/src/com/android/contacts/JoinContactActivity.java +++ b/src/com/android/contacts/JoinContactActivity.java
@@ -86,7 +86,7 @@ }); FragmentTransaction transaction = openFragmentTransaction(); - transaction.add(fragment, android.R.id.content); + transaction.add(android.R.id.content, fragment); transaction.commit(); } }