mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Rename 'accountId' to 'accountUuid'
This commit is contained in:
parent
23d9310c61
commit
62c5ac8e5f
@ -2483,11 +2483,11 @@ public class MessageListFragment extends Fragment implements OnItemClickListener
|
|||||||
* @see #startActivityForResult(Intent, int)
|
* @see #startActivityForResult(Intent, int)
|
||||||
*/
|
*/
|
||||||
private void displayFolderChoice(int requestCode, Folder folder,
|
private void displayFolderChoice(int requestCode, Folder folder,
|
||||||
String accountId, String lastSelectedFolderName,
|
String accountUuid, String lastSelectedFolderName,
|
||||||
List<LocalMessage> messages) {
|
List<LocalMessage> messages) {
|
||||||
|
|
||||||
Intent intent = new Intent(getActivity(), ChooseFolder.class);
|
Intent intent = new Intent(getActivity(), ChooseFolder.class);
|
||||||
intent.putExtra(ChooseFolder.EXTRA_ACCOUNT, accountId);
|
intent.putExtra(ChooseFolder.EXTRA_ACCOUNT, accountUuid);
|
||||||
intent.putExtra(ChooseFolder.EXTRA_SEL_FOLDER, lastSelectedFolderName);
|
intent.putExtra(ChooseFolder.EXTRA_SEL_FOLDER, lastSelectedFolderName);
|
||||||
|
|
||||||
if (folder == null) {
|
if (folder == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user