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

Commit 897861ee authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-21.0' into v1-u

parents 14488c56 e223eb3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -331,6 +331,7 @@ class RecorderActivity : AppCompatActivity(R.layout.activity_main) {

    private fun confirmLastResult() {
        val resultIntent = Intent().setData(preferencesManager.lastItemUri)
            .setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
        setResult(RESULT_OK, resultIntent)
        finish()
    }