A
A
Arthur2019-11-17 03:55:20
Java
Arthur, 2019-11-17 03:55:20

Why does the bookmark icon still show as "Bookmark" after reloading the page?

When bookmarking through a short news and refreshing the page, the button is still displayed as add to bookmarks, the same happens when deleting from bookmarks, when refreshing the page, the delete from bookmarks button is displayed.
Cache problem?
If so, how can I fix this without disabling the site's shared cache?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ruslan Kochnev, 2019-03-06
@Luc1fer99

Open AndroidManifest.xml and add the following

<activity android:name=".MainActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
</activity>

S
SwoDs, 2018-11-06
@SwoDs

Can you translate mistakes?
Yet it says:
Launch Error 'app': Default Activity not found
Launch Error 'app': 'MainActivity' is not declared in AndroidManifest.XML

A
Andrey Shubnikov, 2019-11-17
@Andrew_Shbov

Do this:

[not-group=5]
    [add-favorites] <span title="Посмотреть позже">{favorites}</span> [/add-favorites]
    [del-favorites] <span title="Убрать из списка">{favorites}</span> [/del-favorites]
[/not-group]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question