Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
fix(apps): implement thread manager
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Hernandez <[email protected]>
  • Loading branch information
rafaelje authored and Hector Rondon committed Oct 3, 2018
1 parent 802c0a1 commit 203db9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/assets/about.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about.version=2.0.0-rc.3
about.build=2015
about.date=Mon Sep 17 13:52:11 2018
about.build=2460
about.date=Wed Sep 19 18:05:02 2018
about.commit=
about.commitFull=
about.github=https://github.com/flyve-mdm/flyve-mdm-android-agent
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ public void messageArrived(Context context, String topic, MqttMessage message) {
// Policy/deployApp
String DEPLOY_APP = "deployApp";
if(topic.toLowerCase().contains(DEPLOY_APP.toLowerCase())) {

MDMAgent.setMqttClient(getMqttClient());
AppThreadManager manager = MDMAgent.getAppThreadManager();
try {
Expand Down

0 comments on commit 203db9f

Please sign in to comment.