mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Allow back button to remove debug log filter.
This commit is contained in:
committed by
Greyson Parrelli
parent
1edc94d5ad
commit
75df8c0e2a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user