mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Dr Who
This commit is contained in:
@@ -218,11 +218,7 @@ public class FragmentBase extends Fragment {
|
||||
}
|
||||
|
||||
public String getRequestKey() {
|
||||
String we = toString();
|
||||
int pa = we.indexOf('(');
|
||||
int sp = we.indexOf(' ', pa);
|
||||
String who = we.substring(pa + 1, sp);
|
||||
return getClass().getName() + ":result:" + who;
|
||||
return Helper.getRequestKey(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user