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

Commit c3b262ed authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase the timeout for contextual card loading." into rvc-dev

parents e2da2510 9d789ee7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class ContextualCardLoader extends AsyncLoaderCompat<List<ContextualCard>
    static final int CARD_CONTENT_LOADER_ID = 1;

    private static final String TAG = "ContextualCardLoader";
    private static final long ELIGIBILITY_CHECKER_TIMEOUT_MS = 250;
    private static final long ELIGIBILITY_CHECKER_TIMEOUT_MS = 300;

    private final ContentObserver mObserver = new ContentObserver(
            new Handler(Looper.getMainLooper())) {
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ import java.util.concurrent.TimeUnit;
public class EligibleCardChecker implements Callable<ContextualCard> {

    private static final String TAG = "EligibleCardChecker";
    private static final long LATCH_TIMEOUT_MS = 200;
    private static final long LATCH_TIMEOUT_MS = 300;

    private final Context mContext;