修改交友布局
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.xscm.moduleutil.event;
|
||||
|
||||
/**
|
||||
* Created by http://www.yunbaokj.com on 2022/7/12.
|
||||
*/
|
||||
public class AppLifecycleEvent {
|
||||
|
||||
private boolean mFrontGround;
|
||||
|
||||
public AppLifecycleEvent(boolean frontGround) {
|
||||
mFrontGround = frontGround;
|
||||
}
|
||||
|
||||
public boolean isFrontGround() {
|
||||
return mFrontGround;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user