Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a393a85d authored by Romain Guy's avatar Romain Guy
Browse files

Fix build warnings about improper ASCII encoding.

Change-Id: I5f26278e74a0a7018059db75ca44a36c42c559f3
parent 3af4a2c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ import junit.framework.Assert;
 *
 * <p>The screen density of a device is based on the screen resolution. A screen with low density
 * has fewer available pixels per inch, where a screen with high density
 * has more  sometimes significantly more  pixels per inch. The density of a
 * has more - sometimes significantly more - pixels per inch. The density of a
 * screen is important because, other things being equal, a UI element (such as a button) whose
 * height and width are defined in terms of screen pixels will appear larger on the lower density
 * screen and smaller on the higher density screen.