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

Commit 13d34ce4 authored by Anton Vayvod's avatar Anton Vayvod
Browse files

Fix minor typo.

Change-Id: Ia2cbf4a97576964ac4c97217b13fa7566f72bd54
Flag: EXEMPT comment typo fix
Bug: EXEMPT no bug
parent 2c90268f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ object PreferenceScreenRegistry {
        val appContext = context.applicationContext
        if (factory is PreferenceScreenMetadataParameterizedFactory) {
            if (args != null) return factory.create(appContext, args)
            // In case the parameterized screen was a normal scree, it is expected to accept
            // In case the parameterized screen was a normal screen, it is expected to accept
            // Bundle.EMPTY arguments and take care of backward compatibility.
            if (factory.acceptEmptyArguments()) return factory.create(appContext)
            Log.e(TAG, "screen $screenKey is parameterized but args is not provided")