mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
fix "showing double whatsnew screen on first start" once again ;)
This commit is contained in:
parent
7bf7299874
commit
6eacd30783
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ public class MainApp extends Application {
|
|||
@Override
|
||||
public void onActivityStopped(Activity activity) {
|
||||
Log_OC.d(activity.getClass().getSimpleName(), "onStop() ending" );
|
||||
WhatsNewActivity.runIfNeeded(activity);
|
||||
PassCodeManager.getPassCodeManager().onActivityStopped(activity);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue