Skip to content

Commit

Permalink
remove deprecated quit menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Apr 13, 2011
1 parent 41a0510 commit 590c226
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/UIHelper.scala
Expand Up @@ -190,11 +190,11 @@ class UIHelper(ctx : Activity, menu_id : Int, prefs : PrefsWrapper)
ctx.startService(AprsService.intent(ctx, AprsService.SERVICE_ONCE))
true
// quit the app
case R.id.quit =>
// XXX deprecated!
ctx.stopService(AprsService.intent(ctx, AprsService.SERVICE))
ctx.finish();
true
//case R.id.quit =>
// // XXX deprecated!
// ctx.stopService(AprsService.intent(ctx, AprsService.SERVICE))
// ctx.finish();
// true
case _ => false
}
}
Expand Down

0 comments on commit 590c226

Please sign in to comment.