Skip to content

Commit

Permalink
null variable during detach in loadable model (it's already marked as…
Browse files Browse the repository at this point in the history
… not loaded)
  • Loading branch information
1azyman committed Dec 14, 2017
1 parent 7a804b7 commit 3b7bb39
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -98,6 +98,8 @@ public void reset() {
public void detach() {
if (loaded && alwaysReload) {
this.loaded = false;
object = null;

onDetach();
}
}
Expand Down

0 comments on commit 3b7bb39

Please sign in to comment.