3cd6fa73531058d26191b2efd63R678">678
public void onClick(View v) {
Intent intent = new Intent("publish-video-topic-activity");
intent.putExtra("message", "preview_video");
LocalBroadcastManager.getInstance(getApplicationContext()).sendBroadcast(intent);
Bundle bundle = new Bundle();
bundle.putString("video_path", path);
startActivity(PictureVideoPlayActivity.class, bundle);
@ -841,6 +852,10 @@ public class PicturePreviewActivity extends PictureBaseActivity implements View.
super.onBackPressed();
finish();
overridePendingTransition(0, R.anim.a3);
Intent intent = new Intent("publish-video-topic-activity");
intent.putExtra("message", "cancel_choosed_video");
LocalBroadcastManager.getInstance(getApplicationContext()).sendBroadcast(intent);
}
@Override
|
||
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 5 | 6 |
|
| 6 | 7 |
|
| 7 | 8 |
|
| 9 |
|
|
| 8 | 10 |
|
| 9 | 11 |
|
| 10 | 12 |
|
|
||
| 84 | 86 |
|
| 85 | 87 |
|
| 86 | 88 |
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 87 | 92 |
|
| 88 | 93 |
|
| 89 | 94 |
|
|
||
| 92 | 97 |
|
| 93 | 98 |
|
| 94 | 99 |
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 95 | 108 |
|
| 96 | 109 |
|
| 97 | 110 |
|
|
||
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 6 | 7 |
|
| 7 | 8 |
|
| 8 | 9 |
|
| 10 |
|
|
| 9 | 11 |
|
| 10 | 12 |
|
| 11 | 13 |
|
|
||
| 142 | 144 |
|
| 143 | 145 |
|
| 144 | 146 |
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 145 | 150 |
|
| 146 | 151 |
|
| 147 | 152 |
|