Fix ancestor call issue.
This commit is contained in:
parent
bb3d9327bd
commit
e8b98608a2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class FilePresenter extends StringPresenter
|
||||||
update();
|
update();
|
||||||
|
|
||||||
//
|
//
|
||||||
result = dynamize();
|
result = super.dynamize();
|
||||||
|
|
||||||
//
|
//
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in a new issue