Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kivmob.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def on_rewarded_video_ad_completed(self):


class AndroidBridge(AdMobBridge):
_test_devices = []
@run_on_ui_thread
def __init__(self, appID):
self._loaded = False
Expand All @@ -228,7 +229,6 @@ def __init__(self, appID):
self._rewarded = MobileAds.getRewardedVideoAdInstance(
activity.mActivity
)
self._test_devices = []

@run_on_ui_thread
def add_test_device(self, testID):
Expand Down