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

pull/600/head
Jonathan Almeida 4 years ago committed by Jonathan Almeida
parent 35947762b7
commit e50350db14

@ -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

@ -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

@ -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
Loading…
Cancel
Save