mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Use AlertDialog from v7 compat lib.
This commit is contained in:
parent
2650453d4b
commit
5f788d962e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
package im.vector.riotx.features.media
|
||||
|
||||
import android.app.Activity
|
||||
import android.app.AlertDialog
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.net.Uri
|
||||
|
@ -25,6 +24,7 @@ import android.os.Bundle
|
|||
import android.view.Menu
|
||||
import android.view.MenuItem
|
||||
import android.widget.Toast
|
||||
import androidx.appcompat.app.AlertDialog
|
||||
import androidx.core.net.toUri
|
||||
import com.yalantis.ucrop.UCrop
|
||||
import im.vector.riotx.R
|
||||
|
|
Loading…
Reference in a new issue