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

Commit fd21de44 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Move QuickStep onboarding strings from Launcher to SysUI (Pt. Launcher)

Bug: 70180942
Test: N/A
Change-Id: I05e6ce27630d478a40a52bf59a9dfd25881213be
parent 430bc2cd
Loading
Loading
Loading
Loading
−425 B (119 KiB)

File changed.

No diff preview for this file type.

+0 −3
Original line number Diff line number Diff line
@@ -27,9 +27,6 @@
    <!-- Title for an option to keep an app pinned to the screen until it is unpinned -->
    <string name="recent_task_option_pin">Pin</string>

    <!-- Text that shows above the navigation bar after launching a few apps -->
    <string name="recents_swipe_up_onboarding">Swipe up from the bottom to switch apps</string>

    <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_desc_recent_apps">Overview</string>

+0 −2
Original line number Diff line number Diff line
@@ -99,8 +99,6 @@ public class TouchInteractionService extends Service {
        public void onBind(ISystemUiProxy iSystemUiProxy) {
            mISystemUiProxy = iSystemUiProxy;
            mRecentsModel.setSystemUiProxy(mISystemUiProxy);
            RemoteRunnable.executeSafely(() -> mISystemUiProxy.setRecentsOnboardingText(
                    getResources().getString(R.string.recents_swipe_up_onboarding)));
            mOverviewInteractionState.setSystemUiProxy(mISystemUiProxy);
        }