mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21776 - Add package path to TabGroupViewHolder
This commit is contained in:
parent
45e9bf6693
commit
d46da02cde
@ -4,7 +4,6 @@
|
||||
|
||||
package org.mozilla.fenix.tabstray.browser
|
||||
|
||||
import TabGroupViewHolder
|
||||
import android.content.Context
|
||||
import android.view.LayoutInflater
|
||||
import android.view.ViewGroup
|
||||
|
@ -2,6 +2,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
package org.mozilla.fenix.tabstray.browser
|
||||
|
||||
import android.view.View
|
||||
import androidx.recyclerview.widget.LinearLayoutManager
|
||||
import androidx.recyclerview.widget.RecyclerView
|
||||
@ -12,9 +14,6 @@ import org.mozilla.fenix.ext.components
|
||||
import org.mozilla.fenix.selection.SelectionHolder
|
||||
import org.mozilla.fenix.tabstray.TabsTrayStore
|
||||
import org.mozilla.fenix.tabstray.TrayPagerAdapter
|
||||
import org.mozilla.fenix.tabstray.browser.BrowserTrayInteractor
|
||||
import org.mozilla.fenix.tabstray.browser.TabGroup
|
||||
import org.mozilla.fenix.tabstray.browser.TabGroupListAdapter
|
||||
|
||||
/**
|
||||
* A RecyclerView ViewHolder implementation for tab group items.
|
||||
|
Loading…
Reference in New Issue
Block a user