Implemented Rumble creator search and added logging for Failed search channels error.

This commit is contained in:
Koen
2023-09-29 13:30:47 +02:00
parent 1531a558a5
commit e365e0219e
3 changed files with 3 additions and 2 deletions
@@ -572,6 +572,7 @@ class StatePlatform {
pagers.put(it.searchChannels(query), 1f);
}
catch(ex: Throwable) {
Logger.e(TAG, "Failed search channels", ex)
UIDialogs.toast("Failed search channels on [${it.name}]\n(${ex.message})");
}
};