Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
ShorthandMaster
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
ShorthandMaster
Commits
147b1501
Commit
147b1501
authored
Sep 04, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bede39ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
SHRecordViewController.swift
ShorthandMaster/Record/SHRecordViewController.swift
+4
-2
No files found.
ShorthandMaster/Record/SHRecordViewController.swift
View file @
147b1501
...
...
@@ -142,8 +142,10 @@ class SHRecordViewController: SHBaseViewController{
}
if
recorder
?
.
isRecording
==
true
{
let
s
=
self
.
recognitionTaskText
.
first
!
+
"
\n
"
+
(
currentTxt
??
""
)
+
"
\n
"
self
.
recognitionTaskText
[
0
]
=
s
if
var
s
=
self
.
recognitionTaskText
.
first
{
s
=
s
+
"
\n
"
+
(
currentTxt
??
""
)
+
"
\n
"
self
.
recognitionTaskText
[
0
]
=
s
}
}
stopRecord
()
...
...
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