Readd SuppressLint

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-05-05 14:44:52 +02:00
parent fc736b2aff
commit 0f7965f4f9
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -23,6 +23,7 @@
package com.nextcloud.talk.controllers;
import android.animation.AnimatorInflater;
import android.annotation.SuppressLint;
import android.app.SearchManager;
import android.content.Context;
import android.content.Intent;
@ -409,6 +410,7 @@ public class ConversationsListController extends BaseController implements Searc
searchItem.expandActionView();
}
@SuppressLint("LongLogTag")
private void fetchData(boolean fromBottomSheet) {
dispose(null);