TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.

 TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.
W/Filter: An exception occured during performFiltering()!
    java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference
        at com.walhalla.adapter.StoreListAdapter$ListFilter.performFiltering(StoreListAdapter.java:85)
        at android.widget.Filter$RequestHandler.handleMessage(Filter.java:236)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:223)
        at android.os.HandlerThread.run(HandlerThread.java:67)

 

 

 

mBind.autoTextView.setThreshold(2);//<---- bug_fix_
mBind.autoTextView.setAdapter(storeListAdapter);

Комментариев нет:

Отправить комментарий