2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/18931: Move dialog adapter to collections package

This commit is contained in:
Jonathan Almeida 2021-04-12 20:37:37 -04:00 committed by Jonathan Almeida
parent 35947762b7
commit e50350db14
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* 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.tabtray
package org.mozilla.fenix.collections
import android.view.LayoutInflater
import android.view.ViewGroup

View File

@ -50,6 +50,7 @@ import mozilla.components.support.utils.ext.right
import org.mozilla.fenix.HomeActivity
import org.mozilla.fenix.NavGraphDirections
import org.mozilla.fenix.R
import org.mozilla.fenix.collections.CollectionsListAdapter
import org.mozilla.fenix.components.FenixSnackbar
import org.mozilla.fenix.components.StoreProvider
import org.mozilla.fenix.components.TabCollectionStorage

View File

@ -2,7 +2,7 @@
* 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.tabtray
package org.mozilla.fenix.collections
import android.widget.FrameLayout
import io.mockk.mockk