Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MiYaFastCashier
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangjiantao
MiYaFastCashier
Commits
9d4403dc
Commit
9d4403dc
authored
Jun 09, 2022
by
赵鹏翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
66bbc4e8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
LFileParamEntity.kt
...rc/main/java/com/miya/fastcashier/log/LFileParamEntity.kt
+1
-1
LFilePicker.kt
app/src/main/java/com/miya/fastcashier/log/LFilePicker.kt
+1
-1
LFilePickerActivity.java
...in/java/com/miya/fastcashier/log/LFilePickerActivity.java
+2
-2
No files found.
app/src/main/java/com/miya/fastcashier/log/ParamEntity.kt
→
app/src/main/java/com/miya/fastcashier/log/
LFile
ParamEntity.kt
View file @
9d4403dc
...
...
@@ -6,7 +6,7 @@ import java.io.Serializable
* 作者:Leon
* 时间:2017/3/21 14:50
*/
class
ParamEntity
:
Serializable
{
class
LFile
ParamEntity
:
Serializable
{
var
title
:
String
?
=
null
@get
:
Deprecated
(
""
)
...
...
app/src/main/java/com/miya/fastcashier/log/LFilePicker.kt
View file @
9d4403dc
...
...
@@ -275,7 +275,7 @@ class LFilePicker {
private
val
bundle
:
Bundle
private
get
()
{
val
paramEntity
=
ParamEntity
()
val
paramEntity
=
LFile
ParamEntity
()
paramEntity
.
title
=
mTitle
paramEntity
.
theme
=
theme
paramEntity
.
titleColor
=
mTitleColor
...
...
app/src/main/java/com/miya/fastcashier/log/LFilePickerActivity.java
View file @
9d4403dc
...
...
@@ -49,7 +49,7 @@ public class LFilePickerActivity extends BaseActivity {
private
String
mPath
;
private
PathAdapter
mPathAdapter
;
private
Toolbar
mToolbar
;
private
ParamEntity
mParamEntity
;
private
LFile
ParamEntity
mParamEntity
;
private
boolean
mIsAllSelected
=
false
;
private
Menu
mMenu
;
private
Toast
successToast
;
...
...
@@ -61,7 +61,7 @@ public class LFilePickerActivity extends BaseActivity {
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
mParamEntity
=
(
ParamEntity
)
getIntent
().
getExtras
().
getSerializable
(
"param"
);
mParamEntity
=
(
LFile
ParamEntity
)
getIntent
().
getExtras
().
getSerializable
(
"param"
);
setTheme
(
mParamEntity
.
getTheme
());
super
.
onCreate
(
savedInstanceState
);
setContentView
(
R
.
layout
.
activity_lfile_picker
);
...
...
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