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

Commit 0db2422e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix wrong strong resources for splitscreen lhs" into main

parents b3c52b06 a4e167f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ class MultitaskingShortcutsSource @Inject constructor(@Main private val resource
            },
            //  Change split screen focus to LHS:
            //   - Meta + Alt + Left arrow
            shortcutInfo(resources.getString(R.string.system_multitasking_splitscreen_focus_rhs)) {
            shortcutInfo(resources.getString(R.string.system_multitasking_splitscreen_focus_lhs)) {
                command(META_META_ON or META_ALT_ON, KEYCODE_DPAD_LEFT)
            },
        )