mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Changes
- Try to fix scaling (if get back, tablet buttons will be small). - Try to fix Minecraft not starting.
This commit is contained in:
parent
29f14066bd
commit
e5fdd21284
5 changed files with 31 additions and 27 deletions
|
|
@ -107,9 +107,11 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
// private static Collection<? extends Provider.Service> rsaPkcs1List;
|
||||
|
||||
// @Override
|
||||
public void onCreate(Bundle savedInstanceState, int resId)
|
||||
{
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
}
|
||||
|
||||
protected void initLayout(int resId) {
|
||||
setContentView(resId);
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue