mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Improved logging
This commit is contained in:
parent
59aed350bf
commit
8ea89a918b
1 changed files with 5 additions and 0 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue