Subtitle "Flickr" does not show. fig 30.3

Fig 30.3 shows the subtitle and the code downloaded from the books web site compiles but doesn’t load any pictures so can’t tell if its working. Anyone else seeing this?

public void onReceiveTitle(WebView webView, String title) {
AppCompatActivity activity = (AppCompatActivity) getActivity();
activity.getSupportActionBar().setSubtitle(title);

        }