Unnecesary code removed and string repaired

- Unnecesary import from RedirectImportKeyActivity.java removed
- ..\value-w820dp\dimens.xml was unnecesary
- \..value\dimens.xml unnecasary line
- string sources repaired
This commit is contained in:
Lubo Viluda
2016-04-12 15:41:42 +02:00
parent 30afa3a193
commit a7a0d9dd4b
4 changed files with 4 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.view.Window;
import org.sufficientlysecure.keychain.R;
import org.sufficientlysecure.keychain.ui.base.BaseActivity;