Skip to content

Commit

Permalink
refactor: rename invalid package declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Dec 12, 2024
1 parent c91e1b6 commit 94ef60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* along with this program. If not, see <http:></http:>//www.gnu.org/licenses/>.
*/

package com.owncloud.android.ui.utils
package com.owncloud.android.extensions

import androidx.fragment.app.DialogFragment
import androidx.fragment.app.FragmentActivity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import com.owncloud.android.presentation.sharing.sharees.SearchShareesFragment
import com.owncloud.android.presentation.sharing.sharees.UsersAndGroupsSearchProvider
import com.owncloud.android.presentation.sharing.shares.PublicShareDialogFragment
import com.owncloud.android.ui.activity.FileActivity
import com.owncloud.android.ui.utils.showDialogFragment
import com.owncloud.android.extensions.showDialogFragment
import org.koin.androidx.viewmodel.ext.android.viewModel
import org.koin.core.parameter.parametersOf
import timber.log.Timber
Expand Down

0 comments on commit 94ef60d

Please sign in to comment.