Browse Source

Added operations subtitle

main
M66B 5 years ago
parent
commit
def63c2381
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/src/main/java/eu/faircode/email/FragmentOperations.java

+ 2
- 0
app/src/main/java/eu/faircode/email/FragmentOperations.java View File

@ -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…
Cancel
Save