Added subtitles, refactoring

This commit is contained in:
M66B
2019-02-21 21:17:09 +01:00
parent ec4fa1857d
commit 912123b862
5 changed files with 11 additions and 6 deletions

View File

@@ -69,9 +69,10 @@ public class FragmentFolders extends FragmentBase {
@Override
@Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.fragment_folders, container, false);
setHasOptionsMenu(true);
View view = inflater.inflate(R.layout.fragment_folders, container, false);
// Get controls
ibHintActions = view.findViewById(R.id.ibHintActions);
ibHintSync = view.findViewById(R.id.ibHintSync);