mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 1f70a4d6
: Merge "Allow logging while replaying"
* commit '1f70a4d68136a74e89cb9ff0581141eae9d21516': Allow logging while replaying
This commit is contained in:
commit
5bd2464297
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user