mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix crash beacuse of cleared ref
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user