Skip to content
Snippets Groups Projects
Commit 620c082f authored by Geoffrey Métais's avatar Geoffrey Métais Committed by Jean-Baptiste Kempf
Browse files

Dismiss dialog on action


(cherry picked from commit 4b250c75)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6d77c4ee
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,11 @@ public class VlcQuestionDialog extends VlcDialog<Dialog.QuestionDialog, VlcQuest
public void onAction1(View v) {
mVlcDialog.postAction(1);
dismiss();
}
public void onAction2(View v) {
mVlcDialog.postAction(2);
dismiss();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment