| Index: shell/android/apk/src/org/chromium/mojo/shell/SharingActivity.java
|
| diff --git a/shell/android/apk/src/org/chromium/mojo/shell/SharingActivity.java b/shell/android/apk/src/org/chromium/mojo/shell/SharingActivity.java
|
| index f7b03253dfbbc09a3a64cdc7a284951c7eddcc99..5b06eac75a0cf6bcc333c38ee942c5b452b03a4e 100644
|
| --- a/shell/android/apk/src/org/chromium/mojo/shell/SharingActivity.java
|
| +++ b/shell/android/apk/src/org/chromium/mojo/shell/SharingActivity.java
|
| @@ -49,9 +49,6 @@ public final class SharingActivity extends Activity implements ShellService.IShe
|
| public void onShellBound(ShellService shellService) {
|
| mShellService = shellService;
|
| finish();
|
| - Intent intent = new Intent(this, MojoShellActivity.class);
|
| - intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
|
| - startActivity(intent);
|
| while (!mPendingIntents.isEmpty()) {
|
| Intent pendingIntent = mPendingIntents.remove();
|
| shareFromIntent(pendingIntent);
|
|
|