mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
cleanup and minor refactoring
This commit is contained in:
@@ -48,16 +48,6 @@ public abstract class BaseActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPostCreate(Bundle savedInstanceState) {
|
||||
super.onPostCreate(savedInstanceState);
|
||||
// Post call used for controllers to ensure that the onCreate method
|
||||
// override in inherited Activities has finished
|
||||
// for (ActivityLifecycleController alc : lifecycleControllers) {
|
||||
// alc.onActivityCreate();
|
||||
// }
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
|
||||
Reference in New Issue
Block a user