Issue #18931: Move dialog adapter to collections package

upstream-sync
Jonathan Almeida 3 years ago committed by Jonathan Almeida
parent f1e7c1130b
commit 22e7410e4a

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