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

Commit f4a48247 authored by zachh's avatar zachh Committed by Copybara-Service
Browse files

Watch for phenotype flag changes and update CallLogConfig.

Bug: 74821995
Test: unit
PiperOrigin-RevId: 189648655
Change-Id: I9918bd6f35bf7eb1bebb9862c2d78880457efa91
parent e931c124
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public final class CallLogConfig {
  private final ListeningExecutorService backgroundExecutor;

  @Inject
  CallLogConfig(
  public CallLogConfig(
      @Unencrypted SharedPreferences sharedPreferences,
      ConfigProvider configProvider,
      @BackgroundExecutor ListeningExecutorService backgroundExecutor) {