some whitespace fixes
This commit is contained in:
@ -66,7 +66,6 @@
|
||||
|
||||
<data android:scheme="geo"/>
|
||||
</intent-filter>
|
||||
|
||||
|
||||
<!-- Points to searchable meta data. -->
|
||||
<meta-data android:name="android.app.searchable"
|
||||
|
@ -20,9 +20,9 @@ public class SendToClipboard extends Activity {
|
||||
|
||||
ClipData clip = ClipData.newPlainText("Copied Text ", text);
|
||||
clipboard.setPrimaryClip(clip);
|
||||
|
||||
|
||||
Toast.makeText(this, R.string.msg_copied, Toast.LENGTH_SHORT).show();
|
||||
|
||||
|
||||
finish();
|
||||
setResult(RESULT_OK);
|
||||
}
|
||||
|
Reference in New Issue
Block a user