зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1150872 - Update toast notification when removing a page from reading list from reader view toolbar. r=mcomella
--HG-- extra : rebase_source : fa4250573111a76573f9f46821678b60f31e07f1
This commit is contained in:
Родитель
24c71b8faa
Коммит
1c7247c8ec
|
@ -227,7 +227,7 @@ public final class ReadingListHelper implements NativeEventListener {
|
|||
@Override
|
||||
public void run() {
|
||||
readingListAccessor.removeReadingListItemWithURL(context.getContentResolver(), url);
|
||||
showToast(R.string.page_removed, Toast.LENGTH_SHORT);
|
||||
showToast(R.string.reading_list_removed, Toast.LENGTH_SHORT);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче