Whitespace

This commit is contained in:
misaochan 2016-07-21 17:40:47 +12:00
parent 6c9b278801
commit 026ef66437
2 changed files with 2 additions and 4 deletions

View file

@ -117,6 +117,8 @@ public class MultipleShareActivity
.commit();
}
public void onCategoriesSave(ArrayList<String> categories) {
if(categories.size() > 0) {
ContentProviderClient client = getContentResolver().acquireContentProviderClient(ModificationsContentProvider.AUTHORITY);