mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Segment-bar safety fix
This commit is contained in:
@@ -37,7 +37,7 @@ function onSlideContentWidthPropertyChanged(data: dependencyObservable.PropertyC
|
||||
|
||||
export class SideBar extends common.SideBar {
|
||||
public _createUI() {
|
||||
this._android = new com.telerik.android.primitives.widget.sidedrawer.SideDrawer(this._context);
|
||||
this._android = new com.telerik.android.primitives.widget.sidedrawer.RadSideDrawer(this._context);
|
||||
this._android.setDrawerSize(utils.layout.getDisplayDensity() * 280);
|
||||
|
||||
if (this.mainContent instanceof view.View) {
|
||||
|
||||
Reference in New Issue
Block a user