mirror of
https://github.com/jamessanford/kegs.git
synced 2025-01-04 18:30:59 +00:00
Maybe fix DownloadDialogFragment onCancel()
This commit is contained in:
parent
efc2a8dcac
commit
a70b380255
@ -339,8 +339,7 @@ public class KegsMain extends Activity implements KegsKeyboard.StickyReset, Asse
|
||||
@Override
|
||||
public void onCancel(DialogInterface dialog) {
|
||||
super.onCancel(dialog);
|
||||
//FIXME TODO
|
||||
//finish();
|
||||
((KegsMain)getActivity()).finish();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user