mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
code formatting
This commit is contained in:
parent
8d6e32b43d
commit
f8efb31a27
1 changed files with 2 additions and 3 deletions
|
@ -249,8 +249,7 @@ public class ReceiveExternalFilesActivity extends FileActivity
|
|||
AlertDialog.Builder builder = new Builder(getActivity());
|
||||
builder.setIcon(R.drawable.ic_warning);
|
||||
builder.setTitle(R.string.uploader_wrn_no_account_title);
|
||||
builder.setMessage(String.format(
|
||||
getString(R.string.uploader_wrn_no_account_text),
|
||||
builder.setMessage(String.format(getString(R.string.uploader_wrn_no_account_text),
|
||||
getString(R.string.app_name)));
|
||||
builder.setCancelable(false);
|
||||
builder.setPositiveButton(R.string.uploader_wrn_no_account_setup_btn_text, (dialog, which) -> {
|
||||
|
@ -649,7 +648,7 @@ public class ReceiveExternalFilesActivity extends FileActivity
|
|||
mUploadPath += p + OCFile.PATH_SEPARATOR;
|
||||
}
|
||||
|
||||
if (mUploadFromTmpFile){
|
||||
if (mUploadFromTmpFile) {
|
||||
DialogInputUploadFilename dialog = DialogInputUploadFilename.newInstance(mSubjectText, mExtraText);
|
||||
dialog.show(getSupportFragmentManager(), null);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue