Skip to content

Commit 9d4644e

Browse files
committed
Merge branch 'master' of git@github.com:vogella/vogella.git
2 parents 0c80760 + 4b8917d commit 9d4644e

File tree

1 file changed

+1
-1
lines changed
  • de.vogella.android.ownservice.local/src/de/vogella/android/ownservice/local

1 file changed

+1
-1
lines changed

de.vogella.android.ownservice.local/src/de/vogella/android/ownservice/local/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void onCreate(Bundle savedInstanceState) {
3232

3333
@Override
3434
protected void onResume() {
35-
super.onPause();
35+
super.onResume();
3636
bindService(new Intent(this, LocalWordService.class), mConnection,
3737
Context.BIND_AUTO_CREATE);
3838
}

0 commit comments

Comments
 (0)