Commit 82a405e5b2dfce52828191dd1f7352ccc1d02d9b
1 parent
fee26002
分享IM优化
Showing
2 changed files
with
2 additions
and
2 deletions
OutSide_Share/src/main/java/com/cnlive/outside_share/activity/ShareIMActivity.java
| ... | ... | @@ -103,7 +103,6 @@ public class ShareIMActivity extends AppCompatActivity { |
| 103 | 103 | mutil = getIntent().getStringArrayListExtra("mutil"); |
| 104 | 104 | outTyp = getIntent().getStringExtra("outType"); |
| 105 | 105 | isQ = Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q; |
| 106 | - checkIntent(); | |
| 107 | 106 | ImageView imageview = findViewById(R.id.immmmm); |
| 108 | 107 | rotateAnimation = new RotateAnimation(0, 360, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f); |
| 109 | 108 | rotateAnimation.setFillAfter(true); |
| ... | ... | @@ -111,6 +110,7 @@ public class ShareIMActivity extends AppCompatActivity { |
| 111 | 110 | rotateAnimation.setRepeatCount(-1); |
| 112 | 111 | rotateAnimation.setInterpolator(new LinearInterpolator()); |
| 113 | 112 | imageview.startAnimation(rotateAnimation); |
| 113 | + checkIntent(); | |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | ... | ... |