Fix build breakage due to changed resource Id
Change-Id: I09ba038930416d1261ef095ec503f1ac68cd92ea
This commit is contained in:
parent
1312b216a8
commit
8b2908066d
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ public final class AccountsSettingsFragment extends SubScreenFragment {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.setNegativeButton(R.string.clear_sync_data_cancel, null /* OnClickListener */)
|
.setNegativeButton(R.string.cloud_sync_cancel, null /* OnClickListener */)
|
||||||
.create();
|
.create();
|
||||||
confirmationDialog.show();
|
confirmationDialog.show();
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue