Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85af8463 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android (Google) Code Review
Browse files

Merge "Finish exporter Activity after launching VCardService"

parents df4336c1 6684914b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ public class ExportVCardActivity extends Activity implements ServiceConnection,
                mService.handleExportRequest(request, new NotificationImportExportListener(
                        ExportVCardActivity.this));
            }
            unbindAndFinish();
        }
    }