We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97cf56 commit f709385Copy full SHA for f709385
Architecture/ArchitectureSkeleton/src/android/academy/skeleton/broadcastreceivers/SystemEvents.java
@@ -24,6 +24,9 @@ public class SystemEvents extends BroadcastReceiver {
24
25
@Override
26
public void onReceive(Context context, Intent intent) {
27
+
28
+ //TODO This is running on the UI Thread, should be run on a background thread.
29
30
defineListeners();
31
32
final ApplicationSingleton app = ApplicationSingleton.getInstance();
0 commit comments