Skip to content

Commit

Permalink
完善并准备发布1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuRi committed Jan 9, 2017
1 parent 3d60fbc commit 556130e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ private void initCommonView() {
_backMaskView.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
_currentBubbleInfo.getOnMaskTouchContext().onTouch(_currentBubbleInfo, LemonBubbleView.this);
if (_currentBubbleInfo.getOnMaskTouchContext() != null)
_currentBubbleInfo.getOnMaskTouchContext().onTouch(_currentBubbleInfo, LemonBubbleView.this);
}
});
// 设置全屏宽
Expand Down

0 comments on commit 556130e

Please sign in to comment.