Link share stop fix

This commit is contained in:
Georg Reisinger 2019-02-20 22:19:50 +01:00
parent e3a9736541
commit 3795a0ff4d

View File

@ -834,8 +834,11 @@ public class Dash extends AppCompatActivity implements ShoppinglistAdapter.OnIte
@Override
public void onClick(View v) {
try {
ownswiperefresh.setRefreshing(true);
db.stopInvite(linkAusgabe.getText().toString(), FirebaseAuth.getInstance().getCurrentUser().getUid());
popupEditShare.dismiss();
showSharedShoppingList(FirebaseAuth.getInstance().getCurrentUser().getUid());
ownswiperefresh.setRefreshing(false);
} catch (SQLException e) {
e.printStackTrace();
} catch (JSONException e) {