public void setSwipeBackEnable(boolean enable) {
   mSwipeBackLayout.setEnableGesture(enable);
 }