added sql library to aboutlibs
This commit is contained in:
@@ -30,7 +30,6 @@ public class NotificationListLoaderCallbacks implements LoaderManager.LoaderCall
|
||||
|
||||
@Override
|
||||
public Loader<Cursor> onCreateLoader(int id, Bundle args) {
|
||||
// TODO apply filters
|
||||
Timber.d("Loader created.");
|
||||
String titleFilter = args.containsKey(Logged_notificationTable.FIELD_TITLE) ? args.getString(Logged_notificationTable.FIELD_TITLE) : "";
|
||||
String messageFilter = args.containsKey(Logged_notificationTable.FIELD_MESSAGE) ? args.getString(Logged_notificationTable.FIELD_MESSAGE) : "";
|
||||
|
||||
@@ -36,7 +36,6 @@ public class PreferenceActivity extends AppCompatActivity implements PreferenceF
|
||||
|
||||
@Override
|
||||
public void showAboutScreen() {
|
||||
// TODO add other libraries
|
||||
LibsSupportFragment aboutFrag = new LibsBuilder()
|
||||
.withAboutAppName(getString(R.string.app_name))
|
||||
.withAboutIconShown(true)
|
||||
|
||||
Reference in New Issue
Block a user