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 d66d0c9 commit d5d8988Copy full SHA for d5d8988
ContactViewer/src/com/oreilly/demo/android/pa/contactviewer/ContactViewer.java
@@ -8,7 +8,6 @@
8
import android.support.v4.app.FragmentActivity;
9
import android.support.v4.app.FragmentManager;
10
import android.support.v4.app.FragmentTransaction;
11
-import android.util.Log;
12
13
14
/**
@@ -41,7 +40,6 @@ public void startActivityFromFragment(
41
40
Intent intent,
42
int requestCode)
43
{
44
- Log.d("####", "Fragment started activity: " + useFrag);
45
if (!useFrag) { startActivity(intent); }
46
else if (fragment instanceof ContactsFragment) {
47
launchDetailFragment(intent.getExtras());
0 commit comments