|
|
@@ -24,6 +24,7 @@ import com.sheep.gamegroup.util.StringUtils;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
import com.sheep.jiuyan.samllsheep.SheepApp;
|
|
|
import com.sheep.jiuyan.samllsheep.utils.G;
|
|
|
+import com.sheep.jiuyan.samllsheep.utils.TitleBarUtils;
|
|
|
import com.umeng.socialize.ShareAction;
|
|
|
import com.umeng.socialize.UMShareListener;
|
|
|
import com.umeng.socialize.bean.SHARE_MEDIA;
|
|
|
@@ -72,6 +73,10 @@ public class AskGetMoneyAct extends BaseUMActivity implements UMShareListener, A
|
|
|
.netComponent(SheepApp.get(this).getNetComponent())
|
|
|
.build()
|
|
|
.inject(this);
|
|
|
+
|
|
|
+ TitleBarUtils.getInstance()
|
|
|
+ .setTitle(this, "邀请赚钱")
|
|
|
+ .setTitleFinish(this);
|
|
|
}
|
|
|
|
|
|
@Override
|