mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
fix typo
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class AutoScaledEmojiTextView extends AppCompatTextView {
|
||||
originalFontSize = size;
|
||||
} else {
|
||||
float pxSize = TypedValue.applyDimension(unit, size, getResources().getDisplayMetrics());
|
||||
float spSize = = ViewUtil.pxToSp(getContext(), (int) pxSize);
|
||||
float spSize = ViewUtil.pxToSp(getContext(), (int) pxSize);
|
||||
if (spSize > 0) {
|
||||
originalFontSize = spSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user