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

Commit ac332cd1 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '1088-translatable_downloading_strings' into 'main'

Issue 1088: Translatable downloading strings

See merge request !318
parents e5d642e3 467a6d55
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class InstallAppWorker @AssistedInject constructor(
        appInstallProcessor.processInstall(fusedDownloadId, isPackageUpdate) { title ->
            setForeground(
                createForegroundInfo(
                    "Installing $title"
                    "${context.getString(R.string.installing)} $title"
                )
            )
        }