Skip to content
Snippets Groups Projects
Commit 06d048c9 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Add a clearData method in App singleton

parent b8b66ab8
No related branches found
No related tags found
Loading
......@@ -196,6 +196,10 @@ public class VLCApplication extends Application {
return sDataMap.remove(key);
}
public static void clearData() {
sDataMap.clear();
}
Dialog.Callbacks mDialogCallbacks = new Dialog.Callbacks() {
@Override
public void onDisplay(Dialog.ErrorMessage dialog) {
......
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