Add cancel button to backup create dialog
This commit is contained in:
parent
eabafe0e25
commit
095dffd80a
@ -236,6 +236,7 @@ public class SettingsFragment extends NamedFragment {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.setNegativeButton(R.string.cancel, (d, which) -> {})
|
||||||
.show();
|
.show();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user