Minor fix

This commit is contained in:
androiddevkotlin 2021-03-15 10:20:55 +02:00
parent ded818b092
commit b2b25c31ba

View file

@ -263,10 +263,6 @@ public class UiUtilities {
} }
public static class UpdateLocationViewCache { public static class UpdateLocationViewCache {
public void setScreenOrientation(int screenOrientation) {
this.screenOrientation = screenOrientation;
}
int screenOrientation; int screenOrientation;
public boolean paintTxt = true; public boolean paintTxt = true;
public int arrowResId; public int arrowResId;