stetho/src/main/java/com/facebook/stetho/inspector/elements/android/DialogFragmentDescriptor.java [123:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final Descriptor.Host host = getHost();
    Dialog dialog = null;
    HighlightableDescriptor descriptor = null;

    if (host instanceof AndroidDescriptorHost) {
      dialog = mAccessor.getDialog(element);
      descriptor = ((AndroidDescriptorHost) host).getHighlightableDescriptor(dialog);
    }

    return descriptor == null
        ? null
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



stetho/src/main/java/com/facebook/stetho/inspector/elements/android/DialogFragmentDescriptor.java [140:150]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final Descriptor.Host host = getHost();
    Dialog dialog = null;
    HighlightableDescriptor descriptor = null;

    if (host instanceof AndroidDescriptorHost) {
      dialog = mAccessor.getDialog(element);
      descriptor = ((AndroidDescriptorHost) host).getHighlightableDescriptor(dialog);
    }

    return descriptor == null
        ? null
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



