微調整と翻訳の追加

This commit is contained in:
tateisu 2017-05-01 03:38:55 +09:00
parent 92fa93fedd
commit d6e2cefbc5
4 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -501,7 +501,7 @@ public class ActPost extends AppCompatActivity implements View.OnClickListener {
String s = src.substring( start, end );
ArrayList< String > acct_list = AcctSet.searchPrefix( s, limit );
log.d( "search for %s, result=%d", s, acct_list.size() );
if( acct_list.isEmpty() || acct_list.size() >= limit ){
if( acct_list.isEmpty() ){
closeAcctPopup();
return;
}

View File

@ -205,5 +205,6 @@
<string name="notification_option">notification option</string>
<string name="sound">sound</string>
<string name="vibration">vibration</string>
<string name="close">Close</string>
</resources>

View File

@ -201,4 +201,5 @@
<string name="notification_option">通知オプション</string>
<string name="sound"></string>
<string name="vibration">振動</string>
<string name="close">閉じる</string>
</resources>