- Try to fix scaling (if get back, tablet buttons will be small).
- Try to fix Minecraft not starting.
This commit is contained in:
khanhduytran0 2020-11-20 13:33:54 +07:00
parent 29f14066bd
commit e5fdd21284
5 changed files with 31 additions and 27 deletions

View file

@ -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 {