mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Check if debug info available
This commit is contained in:
@@ -1824,7 +1824,7 @@ public class Log {
|
||||
}
|
||||
});
|
||||
|
||||
if (report)
|
||||
if (report && DebugHelper.isAvailable())
|
||||
builder.setNeutralButton(R.string.title_report, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
|
||||
Reference in New Issue
Block a user