Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
arrase committed Apr 29, 2017
1 parent 97979cd commit 01a82a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void onClick(View view) {
ServicesHelper.stopOcat(mContext);
} else {
runOcat.setImageDrawable(getResources().getDrawable(R.drawable.power_on));
Toast.makeText(mContext, R.string.starting_ocat, Toast.LENGTH_LONG).show();
Intent start = new Intent(mContext, OrbotService.class);
start.setAction(OcatConstant.START_OCAT);
mContext.startService(start);
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
<string name="info">Info</string>
<string name="ipv6_to_clipboard">IPv6 copied to clipboard</string>
<string name="ocat_is_not_running">Ocat is not running</string>
<string name="starting_ocat">Starting ocat</string>

</resources>

0 comments on commit 01a82a8

Please sign in to comment.