opt
This commit is contained in:
@@ -6,6 +6,8 @@ import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.pm.PackageManager;
|
||||
|
||||
import com.mogo.module.apps.RefreshAppsListLiveData;
|
||||
|
||||
public class AppInstallReceiver extends BroadcastReceiver {
|
||||
|
||||
@Override
|
||||
@@ -37,6 +39,6 @@ public class AppInstallReceiver extends BroadcastReceiver {
|
||||
}
|
||||
|
||||
private void notifyRefreshAppsList( String packageName ) {
|
||||
|
||||
RefreshAppsListLiveData.getInstance().postValue( packageName );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user