Έκδοση
3.5-1771
Διακλάδωση
master
Ημερομηνία
πριν από 10 χρόνια, 8 μήνες
Windows x64 Windows x86 Mac OS X Android
Commit
39eeb370321d4da0f995b71814e95451b81a5152
Αλλαγή συγγραφέα
Lioncash
Αλλαγή περιγραφής
[Android] Correct the accessibility scope of a method and variable in InputConfigFragment.java. Also, join a variable's declaration and assignment in the onMotionEvent() function.

If no explicit accessibility term (private, protected, public, etc) is given, then the permission level is set to something called 'package-private' which means it is set to the scope of the whole package. So technically any class could have access to this method and variable, which is likely not what we want.