formmating issue
This commit is contained in:
parent
0b0d14f26a
commit
ad35b453f0
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class PgpHandler extends ActionBarActivity implements OpenPgpServiceConne
|
|||
clipboard.setPrimaryClip(clip);
|
||||
try {
|
||||
showToast(this.getResources().getString(R.string.clipboard_beginning_toast_text)
|
||||
+ Integer.parseInt(settings.getString("general_show_time", "45"))
|
||||
+ " " + Integer.parseInt(settings.getString("general_show_time", "45")) + " "
|
||||
+ this.getResources().getString(R.string.clipboard_ending_toast_text));
|
||||
} catch (NumberFormatException e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue