Link share stop fix
This commit is contained in:
parent
e3a9736541
commit
3795a0ff4d
@ -834,8 +834,11 @@ public class Dash extends AppCompatActivity implements ShoppinglistAdapter.OnIte
|
|||||||
@Override
|
@Override
|
||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
try {
|
try {
|
||||||
|
ownswiperefresh.setRefreshing(true);
|
||||||
db.stopInvite(linkAusgabe.getText().toString(), FirebaseAuth.getInstance().getCurrentUser().getUid());
|
db.stopInvite(linkAusgabe.getText().toString(), FirebaseAuth.getInstance().getCurrentUser().getUid());
|
||||||
popupEditShare.dismiss();
|
popupEditShare.dismiss();
|
||||||
|
showSharedShoppingList(FirebaseAuth.getInstance().getCurrentUser().getUid());
|
||||||
|
ownswiperefresh.setRefreshing(false);
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user