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

Commit 6684914b authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Finish exporter Activity after launching VCardService

Bug: 5394627
Change-Id: I1e4998d0e5ab28eb4bce49ea9462b0767cd6d3b3
parent 1a817f04
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();
        }
    }