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

Commit bea42fc5 authored by Kurt Partridge's avatar Kurt Partridge Committed by Android Git Automerger
Browse files

am 5bd24642: am 1f70a4d6: Merge "Allow logging while replaying"

* commit '5bd24642':
  Allow logging while replaying
parents 41a049a4 5bd24642
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -790,8 +790,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
    }

    private boolean isAllowedToLog() {
        return !mIsPasswordView && !mIsLoggingSuspended && sIsLogging && !mInFeedbackDialog
                && !isReplaying();
        return !mIsPasswordView && !mIsLoggingSuspended && sIsLogging && !mInFeedbackDialog;
    }

    public void requestIndicatorRedraw() {