mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Debug startActivity
This commit is contained in:
parent
e8d9165dd4
commit
1f09b3066c
@ -18,4 +18,10 @@ public class BaseActivity extends AppCompatActivity
|
|||||||
protected void attachBaseContext(Context base) {
|
protected void attachBaseContext(Context base) {
|
||||||
super.attachBaseContext(LocaleUtils.setLocale(base));
|
super.attachBaseContext(LocaleUtils.setLocale(base));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void startActivity(Intent i) {
|
||||||
|
super.startActivity(i);
|
||||||
|
new Throwable("StartActivity").printStackTrace();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user