(Context ctx)
| 58 | } |
| 59 | |
| 60 | public static void setContext(Context ctx) { |
| 61 | Data.ctx = ctx; |
| 62 | Log.i("LBTTVDataSetContext", "context now is " + ((Data.ctx == null) ? "null" : "not null")); |
| 63 | UpdaterJobService.schedule(ctx); |
| 64 | Badges.getBadges(); |
| 65 | } |
| 66 | } |