mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Added subtitles, refactoring
This commit is contained in:
@@ -159,9 +159,10 @@ public class FragmentAccount extends FragmentBase {
|
||||
@Override
|
||||
@Nullable
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
setSubtitle(R.string.title_edit_account);
|
||||
setHasOptionsMenu(true);
|
||||
|
||||
setSubtitle(R.string.title_edit_account);
|
||||
|
||||
view = (ViewGroup) inflater.inflate(R.layout.fragment_account, container, false);
|
||||
|
||||
// Get controls
|
||||
|
||||
Reference in New Issue
Block a user