mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk
This commit is contained in:
commit
9f73f983cb
6 changed files with 64 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