Link share stop fix
This commit is contained in:
		@@ -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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user