Commit 065d4ff5bf446e130296e5507cdd1b59fd2d79f5
1 parent
edf281ab
jenkins测试
Showing
1 changed file
with
1 additions
and
1 deletions
OutSide_Share/src/main/java/com/cnlive/outside_share/activity/ShareIMActivity.java
| ... | ... | @@ -63,7 +63,7 @@ import static com.cnlive.outside_share.activity.ShareMomentActivity.getPath; |
| 63 | 63 | |
| 64 | 64 | @Route(path = "/out/ShareIMActivity") |
| 65 | 65 | public class ShareIMActivity extends AppCompatActivity { |
| 66 | - //以下是内部分享和外部分享公用的类型,与SelectForwardFragment中一致 测试 | |
| 66 | + //以下是内部分享和外部分享公用的类型,与SelectForwardFragment中一致 | |
| 67 | 67 | public static final int TYPE_SHARE_LINK = 0x2001; |
| 68 | 68 | public static final int TYPE_SHARE_IMAGE = 0x2002; |
| 69 | 69 | public static final int TYPE_SHARE_VIDEO = 0x2003; | ... | ... |