Fix crash beacuse of cleared ref

This commit is contained in:
vakrilov
2015-07-15 09:59:16 +03:00
parent dde5fd6d5a
commit 319ed1a555

View File

@@ -204,6 +204,10 @@ export class ActionBar extends common.ActionBar {
this._updateIcon(frame.topmost().android.actionBar);
}
}
public _clearAndroidReference() {
// don't clear _android field!
}
}
var setHomeAsUpIndicatorWithResoruceId: java.lang.reflect.Method;