mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Added subtitles, refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user