Segment-bar safety fix

This commit is contained in:
vakrilov
2015-03-25 13:39:35 +02:00
parent 568feb4cd5
commit 6f04b10110
2 changed files with 3 additions and 3 deletions

View File

@@ -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) {