1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Improved logging

This commit is contained in:
M66B 2022-07-03 11:11:19 +02:00
parent 59aed350bf
commit 8ea89a918b

View file

@ -759,6 +759,11 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
this.tabs = tabs;
this.enabled = enabled;
}
@Override
public String toString() {
return name + ":" + tabs;
}
}
public static class AdapterPackage extends ArrayAdapter<Package> {