commit | 3514fd3fbc7aabdddc647cd6f745437ba4f780a6 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <lehmannd@google.com> | Thu Aug 19 14:45:26 2010 -0700 |
committer | Daniel Lehmann <lehmannd@google.com> | Thu Aug 19 14:45:26 2010 -0700 |
tree | 71b25fde0bab6608c7f0887900dfc6672fb6e952 | |
parent | 41f026d52e0277e21236787b10f76129a8bc6fa4 [diff] [blame] |
Use new FragmentManager APIs Change-Id: I31a862f131c58dbe482573fee177d934fa1e4710
diff --git a/src/com/android/contacts/JoinContactActivity.java b/src/com/android/contacts/JoinContactActivity.java index 8bae422..ea48763 100644 --- a/src/com/android/contacts/JoinContactActivity.java +++ b/src/com/android/contacts/JoinContactActivity.java
@@ -91,7 +91,7 @@ } }); - FragmentTransaction transaction = openFragmentTransaction(); + FragmentTransaction transaction = getFragmentManager().openTransaction(); transaction.add(android.R.id.content, mListFragment); transaction.commit(); }