Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Jul 3, 2019
1 parent a1c2754 commit 1ad5e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ public void onReceive(Context context, Intent intent) {
Log.d(TAG, "Location provider is null");
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ public static ArrayList<ObaRegion> getRegionsFromProvider(Context context) {
c.getString(16), // Android App ID for mobile fare payment app of region
c.getString(17), // Payment Warning Title
c.getString(18), // Payment Warning Body
c.getInt(19) > 0, // travel behavior data collection
c.getInt(20) > 0
c.getInt(19) > 0, // travel behavior data collection enabled for region
c.getInt(20) > 0 // enrolling participants for travel behavior data collection
));

} while (c.moveToNext());
Expand Down

0 comments on commit 1ad5e5d

Please sign in to comment.