mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Refactoring
This commit is contained in:
@@ -397,7 +397,7 @@ public class FragmentAnswer extends FragmentBase {
|
||||
int start = args.getInt("start");
|
||||
int end = args.getInt("end");
|
||||
etText.setSelection(start, end);
|
||||
StyleHelper.apply(R.id.menu_link, null, etText, link);
|
||||
StyleHelper.apply(R.id.menu_link, getViewLifecycleOwner(), null, etText, link);
|
||||
}
|
||||
|
||||
private void onDelete() {
|
||||
@@ -460,7 +460,7 @@ public class FragmentAnswer extends FragmentBase {
|
||||
|
||||
return true;
|
||||
} else
|
||||
return StyleHelper.apply(action, view.findViewById(action), etText);
|
||||
return StyleHelper.apply(action, getViewLifecycleOwner(), view.findViewById(action), etText);
|
||||
}
|
||||
|
||||
public static class FragmentInfo extends FragmentDialogBase {
|
||||
|
||||
Reference in New Issue
Block a user