Skip to content

Commit c5504c0

Browse files
committed
Add Rx utilities to ReactiveDialog
1 parent c22fc9a commit c5504c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxandroid-framework/src/main/java/rx/android/app/ReactiveDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @param <T> The type of data expected as return value from the fragment, can be boolean for confirmation dialogs,
3131
* or more complex for data input dialogs.
3232
*/
33-
public class ReactiveDialog<T> extends DialogFragment {
33+
public class ReactiveDialog<T> extends RxDialogFragment {
3434

3535
private static final String REACTIVE_DIALOG_KEY = "REACTIVE_DIALOG_KEY";
3636

0 commit comments

Comments
 (0)