release 2.0.13 Beta2
This commit is contained in:
@@ -32,6 +32,7 @@ import java.util.Set;
|
||||
|
||||
import io.mattcarroll.hover.NavigatorContent;
|
||||
|
||||
|
||||
/**
|
||||
* Created by Stardust on 2017/3/11.
|
||||
*/
|
||||
@@ -46,7 +47,7 @@ public class HoverMenuAdapter implements io.mattcarroll.hover.HoverMenuAdapter {
|
||||
private final Context mContext;
|
||||
private final List<String> mTabIds;
|
||||
private final Map<String, NavigatorContent> mData = new LinkedHashMap<>();
|
||||
private final Set<ContentChangeListener> mContentChangeListeners = new HashSet<>();
|
||||
private final Set<io.mattcarroll.hover.HoverMenuAdapter.ContentChangeListener> mContentChangeListeners = new HashSet<>();
|
||||
private View[] mViews;
|
||||
|
||||
public HoverMenuAdapter(@NonNull HoverMenuService context) {
|
||||
|
||||
@@ -112,6 +112,7 @@ public class HoverMenuService extends Service {
|
||||
mWindowHoverMenu.hide();
|
||||
stopSelf();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
@Override
|
||||
|
||||
@@ -31,7 +31,7 @@ public class FireSettingReceiver extends AbstractPluginSettingReceiver {
|
||||
|
||||
@Override
|
||||
protected void firePluginSetting(@NonNull Context context, @NonNull Bundle bundle) {
|
||||
context.startService(new Intent(context, ScriptExecutionIntentService.class)
|
||||
context.startActivity(new Intent(context, RunIntentActivity.class)
|
||||
.putExtras(bundle));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user