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

Skip to content
  • Tao Bao's avatar
    736d59c5
    recovery: Fix the broken UI text. · 736d59c5
    Tao Bao authored
    UI text is broken (doesn't show any text during FDR) due to commit
    d530449e, which reordered the calls to
    RecoveryUI::SetLocale() and RecoveryUI::Init().
    
    Because Init() uses the locale info to load the localized texts (from
    images), the locale must be set prior to that via SetLocale(). This CL
    refactors Init() to take the locale parameter, and removes the odd
    SetLocale() API.
    
    Bug: 34029338
    Test: 'Run graphics test' under recovery.
    Change-Id: I620394a3d4e3705e9af5a1f6299285d143ae1b01
    736d59c5
    recovery: Fix the broken UI text.
    Tao Bao authored
    UI text is broken (doesn't show any text during FDR) due to commit
    d530449e, which reordered the calls to
    RecoveryUI::SetLocale() and RecoveryUI::Init().
    
    Because Init() uses the locale info to load the localized texts (from
    images), the locale must be set prior to that via SetLocale(). This CL
    refactors Init() to take the locale parameter, and removes the odd
    SetLocale() API.
    
    Bug: 34029338
    Test: 'Run graphics test' under recovery.
    Change-Id: I620394a3d4e3705e9af5a1f6299285d143ae1b01
Loading