Don't finish the whole Repositores activity when cancelling "New Repository"
This commit is contained in:
parent
54d7849191
commit
49a3c3370f
@ -408,9 +408,7 @@ public class RepoListFragment extends ListFragment
|
||||
new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
getActivity().setResult(Activity.RESULT_CANCELED);
|
||||
getActivity().finish();
|
||||
return;
|
||||
dialog.dismiss();
|
||||
}
|
||||
});
|
||||
alrt.show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user