Allow back button to remove debug log filter.

This commit is contained in:
lisa-signal
2025-08-11 13:02:13 -04:00
committed by Greyson Parrelli
parent 1edc94d5ad
commit 75df8c0e2a
2 changed files with 17 additions and 17 deletions
@@ -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