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

Commit 0d56bb29 authored by Lifu Tang's avatar Lifu Tang
Browse files

Made "No Recent Apps" banner brighter

- Fix b/10638903

Change-Id: I83d3dc30315c05844ed57ee3065b099ce1ec1f96
parent 4c7de613
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -162,7 +162,6 @@ public class LocationSettings extends LocationSettingsBase
            banner.setLayoutResource(R.layout.location_list_no_item);
            banner.setTitle(R.string.location_no_recent_apps);
            banner.setSelectable(false);
            banner.setEnabled(false);
            categoryRecentLocationRequests.addPreference(banner);
        }