mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Added operations subtitle
This commit is contained in:
parent
99a174f8c1
commit
def63c2381
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ public class FragmentOperations extends FragmentEx {
|
|||
@Override
|
||||
@Nullable
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
setSubtitle(R.string.menu_operations);
|
||||
|
||||
View view = inflater.inflate(R.layout.fragment_operations, container, false);
|
||||
|
||||
// Get controls
|
||||
|
|
Loading…
Reference in a new issue