소스 검색

Fixed AddCommandShortcutActivity

develop
Robin Thoni 6 년 전
부모
커밋
0c2b5e980e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/src/main/java/com/rthoni/camotion/ui/AddCommandShortcutActivity.java

+ 1
- 1
app/src/main/java/com/rthoni/camotion/ui/AddCommandShortcutActivity.java 파일 보기

@@ -87,7 +87,7 @@ public class AddCommandShortcutActivity extends Activity {
87 87
         intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, command.getName());
88 88
         intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
89 89
 
90
-        sendBroadcast(intent);
90
+        setResult(RESULT_OK, intent);
91 91
         finish();
92 92
     }
93 93
 }

Loading…
취소
저장