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

Commit 9a68f22c authored by Bruno Martins's avatar Bruno Martins
Browse files

Backgrounds: Do not show our default wallpaper as duplicate

The default wallpaper is overlayed in vendor/lineage, currently
based on ascension_teal_dark. Remove it from the partner_wallpapers
array so that it doesn't appear twice when the user navigates to
"On-device wallpapers", as default one is always shown in the
first position.

Leave the image still here as placeholder since it's the original
and served for running update_default_wallpaper.sh script.

Change-Id: I8f5b68f7f2c30438f8248c46c1cf807ade345ae5
parent 94fcce30
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2022 The LineageOS Project
     Copyright (C) 2022-2023 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@
        <item>ascension_mist</item>
        <item>ascension_shade</item>
        <item>ascension_sunset</item>
        <item>ascension_teal_dark</item>
        <item>ascension_teal_light</item>
        <item>expansion</item>
        <item>operation</item>
+1 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2022 The LineageOS Project
     Copyright (C) 2022-2023 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@
        <item>ascension_mist</item>
        <item>ascension_shade</item>
        <item>ascension_sunset</item>
        <item>ascension_teal_dark</item>
        <item>ascension_teal_light</item>
        <item>expansion</item>
        <item>operation</item>