Small improvement

This commit is contained in:
M66B 2019-06-12 22:22:17 +02:00
parent 3287ce719b
commit c86ad5339a
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ import android.content.Context;
import android.content.SharedPreferences;
import android.os.Handler;
import androidx.annotation.NonNull;
import androidx.paging.PagedList;
import androidx.preference.PreferenceManager;
@ -89,7 +90,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
void onLoaded(int fetched);
void onError(Throwable ex);
void onError(@NonNull Throwable ex);
}
BoundaryCallbackMessages(Context context, long folder, boolean server, String query, int pageSize) {