mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Use camelCase syntax
This commit is contained in:
@@ -87,8 +87,8 @@ public class LogViewFragment extends Fragment {
|
||||
|
||||
public Float getLogTextSize() { return logPreview.getTextSize(); }
|
||||
|
||||
public void setLogTextSize(Float Textsize) {
|
||||
logPreview.setTextSize(TypedValue.COMPLEX_UNIT_PX, Textsize);
|
||||
public void setLogTextSize(Float textSize) {
|
||||
logPreview.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
|
||||
}
|
||||
|
||||
public void scrollDownLog() { logPreview.setSelection(logPreview.getText().length()); }
|
||||
|
||||
Reference in New Issue
Block a user