mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Use start/stop lifecycle callbacks rather than pause/resume.
Also fixed a couple of bugs.
This commit is contained in:
@@ -6,9 +6,9 @@ public interface ActivityLifecycleController {
|
||||
|
||||
void onActivityCreate(Activity activity);
|
||||
|
||||
void onActivityResume();
|
||||
void onActivityStart();
|
||||
|
||||
void onActivityPause();
|
||||
void onActivityStop();
|
||||
|
||||
void onActivityDestroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user