mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-01-28 01:29:23 +01:00
bump version
This commit is contained in:
parent
bf2740e517
commit
57f6115873
@ -12,8 +12,8 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
|
||||
versionCode 217
|
||||
versionName "2.1.7"
|
||||
versionCode 218
|
||||
versionName "2.1.8"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
@ -133,7 +133,6 @@ internal class PopupAutoCompleteAcct(
|
||||
|
||||
if( acct[0] == ' ' ) {
|
||||
// 絵文字ショートコード
|
||||
|
||||
if(! CharacterGroup.isHeadOrAfterWhitespace(src, start)) sb.append(' ')
|
||||
sb.append(acct.subSequence(2, acct.length))
|
||||
}else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user