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

Commit b030808e authored by Tony Huang's avatar Tony Huang
Browse files

Fix crash bug when local is en-XA

Config string should be not translatable.

Bug: 123902552
Test: manual set local to en-XA and launch DocsUI
Test: atest DocumentsUITests
Change-Id: I2f5360cc53edad8da746dbdf257b2bb866b27e25
parent ccfc3207
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@
    <!-- Indicates if search view is taking the whole toolbar space -->
    <bool name="full_bar_search_view">false</bool>

    <string name="scrolling_behavior">@string/appbar_scrolling_view_behavior</string>
    <string name="scrolling_behavior" translatable="false">@string/appbar_scrolling_view_behavior</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -64,5 +64,5 @@
    Android Go device will have Files Go app for file management. -->
    <bool name="is_launcher_enabled">true</bool>

    <string name="scrolling_behavior">com.android.documentsui.ui.SearchBarScrollingViewBehavior</string>
    <string name="scrolling_behavior" translatable="false">com.android.documentsui.ui.SearchBarScrollingViewBehavior</string>
</resources>