File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
src/main/java/com/march/socialsdk/manager Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ public static void _actionLogin(final Activity activity) {
7474 LogUtils .e (TAG , "shareTargetType无效" );
7575 return ;
7676 }
77- OnLoginListener listener = sListener ;
7877 if (sListener == null ) {
7978 LogUtils .e (TAG , "请设置 OnLoginListener" );
8079 return ;
Original file line number Diff line number Diff line change 1616 */
1717public class PlatformManager {
1818
19- public static final String RESULT_BROADCAST_FILTER = "RESULT_BROADCAST_FILTER" ;
20-
2119 public static final int INVALID_PARAM = -1 ;
2220
2321 public static final int ACTION_TYPE_LOGIN = 0 ;
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ public static void _actionShare(Activity activity) {
153153 LogUtils .e (TAG , "shareObj == null" );
154154 return ;
155155 }
156- OnShareListener listener = sListener ;
157156 if (sListener == null ) {
158157 LogUtils .e (TAG , "请设置 OnShareListener" );
159158 return ;
You can’t perform that action at this time.
0 commit comments