Merge pull request #1442 from kiwix/feature/macgills/#430-dialog-fix

#430 Inappropriate dialog box in downloading fragment - use androidX
This commit is contained in:
Seán Mac Gillicuddy 2019-09-06 13:44:05 +01:00 committed by GitHub
commit 724e03399d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package org.kiwix.kiwixmobile.utils
import android.app.Activity
import android.app.AlertDialog
import androidx.appcompat.app.AlertDialog
import org.kiwix.kiwixmobile.R
import org.kiwix.kiwixmobile.utils.KiwixDialog.StartHotspotManually
import javax.inject.Inject