commit | 0cf1d3990fd1b2e2b0c21cf9d3068caa7d6ec925 | [log] [tgz] |
---|---|---|
author | Beverly <beverlyt@google.com> | Tue Nov 24 12:43:40 2020 -0500 |
committer | Beverly <beverlyt@google.com> | Tue Nov 24 13:43:33 2020 -0500 |
tree | 9132a0106ff02067697a1211b9e05fb490cfa846 | |
parent | 2388cd528c290073a35df1c27afdc52fa12fbef2 [diff] |
Remove unnecessary catch statement The IllegalFormatConversionException catch statement was added when there was a change in a string that required a new translation in all languages (in P). All translations should be properly updated now, so we shouldn't need this catch statement. [If we do see this exception, we should check the locale and update the string's translation.] Test: manual Fixes: 174014345 Change-Id: I790870cb90ca8f6904ef73f481928a7cdd2faa05