mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
fixes #52
This commit is contained in:
parent
112d71588c
commit
1d2398ef85
|
@ -156,7 +156,7 @@ public class PgpHandler extends ActionBarActivity implements OpenPgpServiceConne
|
||||||
} catch (NumberFormatException e)
|
} catch (NumberFormatException e)
|
||||||
{
|
{
|
||||||
showToast(this.getResources().getString(R.string.clipboard_beginning_toast_text)
|
showToast(this.getResources().getString(R.string.clipboard_beginning_toast_text)
|
||||||
+ "45"
|
+ " 45 "
|
||||||
+ this.getResources().getString(R.string.clipboard_ending_toast_text));
|
+ this.getResources().getString(R.string.clipboard_ending_toast_text));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue