Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
8b48bff4
Commit
8b48bff4
authored
Apr 26, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复我的-我的动态-发布按钮不能点击的问题
parent
c02935f5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
DemoGlobalConfig.java
app/src/main/java/com/ydl/component/base/DemoGlobalConfig.java
+2
-2
config.gradle
config.gradle
+2
-2
TrendsListFragment.kt
m-dynamic/src/main/java/com/yidianling/dynamic/trendList/TrendsListFragment.kt
+1
-1
No files found.
app/src/main/java/com/ydl/component/base/DemoGlobalConfig.java
View file @
8b48bff4
...
...
@@ -20,8 +20,8 @@ import java.util.List;
public
final
class
DemoGlobalConfig
implements
IConfigModule
{
String
APP_DOMAIN
=
"https://api.github.com/"
;
// public static String appEnv = YDLConstants.ENV_AUTO_TEST;
public
static
String
appEnv
=
YDLConstants
.
ENV_TEST
;
//
public static String appEnv = YDLConstants.ENV_PROD;
//
public static String appEnv = YDLConstants.ENV_TEST;
public
static
String
appEnv
=
YDLConstants
.
ENV_PROD
;
@Override
public
void
injectAppLifecycle
(
@NotNull
Context
context
,
@NotNull
List
<
IAppLifecycles
>
lifecycles
)
{
...
...
config.gradle
View file @
8b48bff4
...
...
@@ -11,7 +11,7 @@ ext {
"m-user"
:
"0.0.61.30"
,
"m-home"
:
"0.0.22.60"
,
"m-im"
:
"0.0.18.53"
,
"m-dynamic"
:
"0.0.7.2
1
"
,
"m-dynamic"
:
"0.0.7.2
2
"
,
"m-article"
:
"0.0.0.8"
,
"m-muse"
:
"0.0.28.22"
,
...
...
@@ -94,7 +94,7 @@ ext {
"m-user"
:
"0.0.61.18"
,
"m-home"
:
"0.0.22.54"
,
"m-im"
:
"0.0.18.53"
,
"m-dynamic"
:
"0.0.7.
19
"
,
"m-dynamic"
:
"0.0.7.
22
"
,
"m-article"
:
"0.0.0.6"
,
"m-muse"
:
"0.0.20.7"
,
...
...
m-dynamic/src/main/java/com/yidianling/dynamic/trendList/TrendsListFragment.kt
View file @
8b48bff4
...
...
@@ -473,7 +473,7 @@ class TrendsListFragment : BaseLazyFragment(), ITrendsListView,
fun
initClick
()
{
recommend_trend_add_iv
.
setOnClickListener
{
if
(
DynamicIn
.
loginByOneKeyLogin
(
mActivity
!!
,
true
))
{
if
(
DynamicIn
.
loginByOneKeyLogin
(
requireContext
()
,
true
))
{
val
intent
=
Intent
(
activity
?.
applicationContext
,
PublishTrendActivity
::
class
.
java
)
val
bundle
=
Bundle
()
bundle
.
putString
(
DynamicConstants
.
PUBLISH_TYPE
,
"default_publish"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment