We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea32f5 commit b32dafeCopy full SHA for b32dafe
app/src/main/java/com/pyy/signin/AppAdapter.java
@@ -65,6 +65,7 @@ public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
65
case "什么值得买":
66
Utils.showToast("什么值得买:当签到助手进入到签到界面后,用户有10秒"
67
+ "时间手动滑动领取奖励", getContext());
68
+ break;
69
case "京东":
70
Utils.showToast("京东:当签到助手进入到签到界面后,用户手动点击签到"
71
+"。" + "然后双击右上角分享按钮,签到助手才会继续。\n" +
0 commit comments