kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix debuglog system info formatting bug.
rodzic
04e8235cfc
commit
50084f8f73
|
@ -57,7 +57,7 @@ public class LogSectionSystemInfo implements LogSection {
|
|||
.append(ScreenDensity.get(context)).append(", ")
|
||||
.append(getScreenRefreshRate(context)).append("\n");
|
||||
builder.append("Font Scale : ").append(context.getResources().getConfiguration().fontScale).append("\n");
|
||||
builder.append("Animation Scale: ").append(ContextUtil.getAnimationScale(context));
|
||||
builder.append("Animation Scale: ").append(ContextUtil.getAnimationScale(context)).append("\n");
|
||||
builder.append("Android : ").append(Build.VERSION.RELEASE).append(", API ")
|
||||
.append(Build.VERSION.SDK_INT).append(" (")
|
||||
.append(Build.VERSION.INCREMENTAL).append(", ")
|
||||
|
|
Ładowanie…
Reference in New Issue