Skip to content

Commit

Permalink
Fix chackbox2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkikets99 committed Nov 11, 2020
1 parent 0de7dc1 commit 092b803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/ua/sim23/tsd/blocker/ListAllApps.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
InfoLoader.delAppToList(appInfo.name.toString());
}
}catch(Exception e){
Toast.makeText(ListAllApps.this,e.getMessage(),Toast.LENGTH_LONG).show();
Toast.makeText(ListAllApps.this,e.toString(),Toast.LENGTH_LONG).show();
}
}
});
Expand Down
Binary file modified builds/app-debug.apk
Binary file not shown.

0 comments on commit 092b803

Please sign in to comment.