Skip to content

Commit b1b8601

Browse files
VSpotView2
1 parent 1779177 commit b1b8601

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

library/src/main/java/com/developer/spoti/vspoti/VSpotMessageView.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ class VSpotMessageView extends LinearLayout {
5656
mContentTextView.setGravity(Gravity.CENTER);
5757
addView(mContentTextView, new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT));
5858
}
59-
60-
59+
6160
public void setTitle(String title) {
6261
if (title == null) {
6362
removeView(mTitleTextView);
@@ -66,7 +65,6 @@ public void setTitle(String title) {
6665
mTitleTextView.setText(title);
6766
}
6867

69-
7068
public void setContentText(String content) {
7169
mContentTextView.setText(content);
7270
}

library/src/main/java/com/developer/spoti/vspoti/VSpotView2.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ public VSpotView2 build() {
325325
VSpotView2 vSpotView = new VSpotView2(context, targetViews);
326326
vSpotView.mVSpotListener = vSpotListener;
327327
vSpotView.dismissType = dismissType;
328+
328329
return vSpotView;
329330
}
330331
}

0 commit comments

Comments
 (0)