Skip to content
Snippets Groups Projects
Commit ca6f28e8 authored by Lais Andrade's avatar Lais Andrade Committed by Automerger Merge Worker
Browse files

Merge "Ringtone picker to handle RESULT_CANCELED from Add ringtone" into main am: 3bd28b58

parents 1114254f 3bd28b58
No related branches found
No related tags found
No related merge requests found
......@@ -300,6 +300,8 @@ public final class RingtonePickerActivity extends AlertActivity implements
}
};
installTask.execute(data.getData());
} else if (requestCode == ADD_FILE_REQUEST_CODE && resultCode == RESULT_CANCELED) {
setupAlert();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment