Cleanup
This commit is contained in:
parent
6b820ffb4d
commit
27f180a793
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class UnzipPassDialog {
|
|||
}
|
||||
|
||||
public interface FinishCallback {
|
||||
public Void call(String path);
|
||||
Void call(String path);
|
||||
}
|
||||
|
||||
public static void show(final InputStreamWithSource ins, final Activity activity, final FinishCallback callAfterFinishOnUIThread) {
|
||||
|
|
Loading…
Reference in a new issue