mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fixes #52
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user