mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 16:10:58 +01:00
Added subtitles, refactoring
This commit is contained in:
@@ -56,6 +56,8 @@ public class FragmentAnswer extends FragmentBase {
|
||||
@Override
|
||||
@Nullable
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
setSubtitle(R.string.menu_answers);
|
||||
|
||||
view = (ViewGroup) inflater.inflate(R.layout.fragment_answer, container, false);
|
||||
|
||||
// Get controls
|
||||
|
||||
Reference in New Issue
Block a user