Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfa2aa2f authored by David Luhmer's avatar David Luhmer
Browse files

use androidx alertdialog instead of default one

parent 3c903b2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ android {

dependencies {
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation "androidx.appcompat:appcompat:1.1.0-alpha04"

    implementation 'com.google.code.gson:gson:2.8.5'

+2 −1
Original line number Diff line number Diff line
package com.nextcloud.android.sso.ui;

import android.app.AlertDialog;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.content.DialogInterface;

import androidx.appcompat.app.AlertDialog;
import androidx.core.app.NotificationCompat;
import android.text.SpannableString;
import android.text.method.LinkMovementMethod;