mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Readd SuppressLint
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
fc736b2aff
commit
0f7965f4f9
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue