enc-export: rename fragment to match class

This commit is contained in:
Vincent Breitmoser
2015-09-29 02:15:33 +02:00
parent 3513f4453b
commit 4923f08152
2 changed files with 1 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ public class BackupCodeFragment extends CryptoOperationFragment<ExportKeyringPar
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.backup_code_entry_fragment, container, false);
View view = inflater.inflate(R.layout.backup_code_fragment, container, false);
Bundle args = getArguments();
mBackupCode = args.getString(ARG_BACKUP_CODE);