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,7 +103,6 @@ public class ShareIMActivity extends AppCompatActivity { | ||
| 103 | mutil = getIntent().getStringArrayListExtra("mutil"); | 103 | mutil = getIntent().getStringArrayListExtra("mutil"); |
| 104 | outTyp = getIntent().getStringExtra("outType"); | 104 | outTyp = getIntent().getStringExtra("outType"); |
| 105 | isQ = Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q; | 105 | isQ = Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q; |
| 106 | - checkIntent(); | ||
| 107 | ImageView imageview = findViewById(R.id.immmmm); | 106 | ImageView imageview = findViewById(R.id.immmmm); |
| 108 | rotateAnimation = new RotateAnimation(0, 360, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f); | 107 | rotateAnimation = new RotateAnimation(0, 360, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f); |
| 109 | rotateAnimation.setFillAfter(true); | 108 | rotateAnimation.setFillAfter(true); |
| @@ -111,6 +110,7 @@ public class ShareIMActivity extends AppCompatActivity { | @@ -111,6 +110,7 @@ public class ShareIMActivity extends AppCompatActivity { | ||
| 111 | rotateAnimation.setRepeatCount(-1); | 110 | rotateAnimation.setRepeatCount(-1); |
| 112 | rotateAnimation.setInterpolator(new LinearInterpolator()); | 111 | rotateAnimation.setInterpolator(new LinearInterpolator()); |
| 113 | imageview.startAnimation(rotateAnimation); | 112 | imageview.startAnimation(rotateAnimation); |
| 113 | + checkIntent(); | ||
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | 116 |
config.gradle