Allow back button to remove debug log filter.

This commit is contained in:
lisa-signal
2025-08-08 14:18:33 -04:00
committed by Greyson Parrelli
parent 1edc94d5ad
commit 75df8c0e2a
2 changed files with 17 additions and 17 deletions

View File

@@ -275,6 +275,8 @@ public class SubmitDebugLogActivity extends BaseActivity {
warningButton.setBackgroundTintList(ColorStateList.valueOf(ContextCompat.getColor(this, R.color.signal_background_secondary)));
errorButton.setBackgroundTintList(ColorStateList.valueOf(ContextCompat.getColor(this, R.color.signal_background_secondary)));
uncaughtButton.setBackgroundTintList(ColorStateList.valueOf(ContextCompat.getColor(this, R.color.signal_background_secondary)));
DebugLogsViewer.onFilterLevel(logWebView, "[]");
}
@Override