예제 #1
0
        public async Task AtualizaPosts()
        {
            //LOAD.INICIA("Buscando Fotos...");

            FVM.Pagina       = 1;
            FVM.SemMaisDados = false;

            Posts.IsRefreshing = true;

            await FVM.BuscaPostsCache();

            await FVM.BuscaPosts(); //API

            Posts.IsRefreshing = false;

            //LOAD.FINALIZA();
        }