Loading app/src/main/res/xml/settings_preferences.xml +5 −4 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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 Loading app/src/test/java/foundation/e/apps/util/LiveDataTestUtil.kt +0 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
app/src/main/res/xml/settings_preferences.xml +5 −4 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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 Loading
app/src/test/java/foundation/e/apps/util/LiveDataTestUtil.kt +0 −2 Original line number Diff line number Diff line Loading @@ -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. Loading