mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
- Refactored the function name from calculateMcScale to getMcScale since we changed how it behaves
- Optimized auto scale operations - Removed some junk I've put there myself - Getting a value will load the setting list if not done already.
This commit is contained in:
parent
7b52d539e2
commit
4fcfbd2ab8
3 changed files with 16 additions and 14 deletions
|
|
@ -111,6 +111,7 @@ public class MainActivity extends BaseMainActivity {
|
|||
public void onEvent(int i, @Nullable String s) {
|
||||
//FIXME Make sure the multithreading nature of this event doesn't cause any problems ?
|
||||
MCOptionUtils.load();
|
||||
getMcScale();
|
||||
}
|
||||
};
|
||||
fileObserver.startWatching();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue