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

Commit c0682da3 authored by Hasib Prince's avatar Hasib Prince
Browse files

fixed the order of app source selection

parent 2de8a99e
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -53,10 +53,6 @@

    <PreferenceCategory
        android:title="@string/Show_applications">
        <CheckBoxPreference
            android:defaultValue="true"
            android:key="showAllApplications"
            android:title="@string/Show_commercial_apps" />

        <CheckBoxPreference
            android:defaultValue="true"
@@ -67,6 +63,11 @@
            android:defaultValue="true"
            android:key="showPWAApplications"
            android:title="@string/show_only_pwa_apps" />
        
        <CheckBoxPreference
            android:defaultValue="true"
            android:key="showAllApplications"
            android:title="@string/Show_commercial_apps" />
    </PreferenceCategory>

    <PreferenceCategory
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ package foundation.e.apps.util
import androidx.lifecycle.LiveData
import androidx.lifecycle.Observer
import kotlinx.coroutines.delay
import java.util.concurrent.CountDownLatch
import java.util.concurrent.TimeUnit

/**
 * Gets the value of a [LiveData] or waits for it to have one, with a timeout.