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

Commit 5dc7509e authored by James Lemieux's avatar James Lemieux Committed by Android (Google) Code Review
Browse files

Merge "Ringtone picker dialog should use appcompat v7 AlertDialog" into ub-deskclock-escargatoire

parents 6022bc60 93c81a5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.deskclock;

import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.Context;
@@ -26,6 +25,7 @@ import android.media.RingtoneManager;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AlertDialog;

import com.android.deskclock.data.DataModel;