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

Unverified Commit 5852c1bc authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "Settings: Add package name to installed app details [2/2]"

This reverts commit b39ad20f.

Change-Id: I17a689c238966a8e5e77894a4cdb3335f2e66e56
parent 8ba6015e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -114,13 +114,6 @@ class AppInfoProvider(private val packageInfo: PackageInfo) {
        }
    }

    @Composable
    fun FooterAppPackageName() {
        Box(modifier = Modifier.padding(SettingsDimension.itemPadding)) {
            SettingsBody(packageInfo.packageName)
        }
    }

    private companion object {
        /** Wrapped the version name, so its directionality still keep same when RTL. */
        val PackageInfo.versionNameBidiWrapped: String?