Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ScopedStorage] Please remove the redundant line at MediaStoreFragment#onCreateView #124

Open
alcohol49 opened this issue Jul 16, 2021 · 0 comments

Comments

@alcohol49
Copy link

alcohol49 commented Jul 16, 2021

At MediaStoreFragment line 50, there is redundant line.

    override fun onCreateView(
        inflater: LayoutInflater,
        container: ViewGroup?,
        savedInstanceState: Bundle?
    ): View {
...
        binding.recyclerView
...
        return binding.root
    }
@alcohol49 alcohol49 changed the title Remove redundant line Please remove redundant line Jul 16, 2021
@alcohol49 alcohol49 changed the title Please remove redundant line [ScopedStorage] Please remove the redundant line at MediaStoreFragment#onCreateView Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@alcohol49 and others